This commit is contained in:
77
2024-05-11 18:04:02 +08:00
parent 3a48d39807
commit 660fc954eb
11 changed files with 87 additions and 27 deletions

View File

@@ -58,7 +58,6 @@
</el-row>
<el-table v-loading="loading" :data="userExtendList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center"/>
<el-table-column label="用户编号" align="center" prop="usercode"/>
<el-table-column label="昵称" align="center" prop="nickname" show-overflow-tooltip/>
<el-table-column label="手机号" align="center" prop="mobile" width="100"/>