|
@@ -12,11 +12,11 @@
|
|
|
<span>{{ scope.row.id }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column width="180px" align="center" label="用户id">
|
|
|
+ <!-- <el-table-column width="180px" align="center" label="用户id">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.user_id }}</span>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column>-->
|
|
|
<el-table-column class-name="status-col" align="center" label="用户名称">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.user_name }}</span>
|