Skip to content

Commit

Permalink
perf(admin): 优化展示
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacker233 committed Mar 5, 2023
1 parent d643d1d commit 43346ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/admin/userManage/sponsorList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<el-table-column prop="id" label="id" />
<el-table-column prop="name" label="名称" />
<el-table-column prop="email" label="邮箱" />
<el-table-column prop="vx" label="微信" />
<el-table-column prop="link" label="跳转链接" />
<el-table-column prop="vaild" label="是否审核通过">
<template #default="scope">
Expand Down

1 comment on commit 43346ba

@vercel
Copy link

@vercel vercel bot commented on 43346ba Mar 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

resume-design – ./

resume-design-kappa.vercel.app

Please sign in to comment.