优化列表
This commit is contained in:
@@ -46,13 +46,13 @@
|
||||
<el-table v-loading="loading" :data="list" style="width: 100%">
|
||||
<el-table-column label="用户ID" prop="userId" min-width="140" show-overflow-tooltip />
|
||||
<el-table-column label="姓名" prop="name" min-width="120" />
|
||||
<el-table-column label="上级ID" prop="parentId" min-width="140" show-overflow-tooltip />
|
||||
<el-table-column label="电话" prop="phone" min-width="120" />
|
||||
<el-table-column label="上级ID" prop="parentId" min-width="140" show-overflow-tooltip />
|
||||
<el-table-column label="上级姓名" min-width="120" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.parentName || scope.row.parentUserName || '-' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="电话" prop="phone" min-width="120" />
|
||||
<el-table-column label="地址" prop="address" min-width="160" show-overflow-tooltip />
|
||||
<el-table-column label="行业" prop="industry" min-width="120" />
|
||||
<el-table-column label="加入日期" prop="joinDate" min-width="120" />
|
||||
|
||||
Reference in New Issue
Block a user