|
@@ -37,6 +37,11 @@
|
|
|
</el-image>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="所属企业" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.userWhitelistLessVO.username | matchNull }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="姓名" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.userWhitelistLessVO.name | matchNull }}
|
|
@@ -62,7 +67,7 @@
|
|
|
{{ scope.row.createTime | matchNull }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" prop="" label="操作区" width="320">
|
|
|
+ <el-table-column align="center" prop="" label="操作区" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
type="danger"
|
|
@@ -70,12 +75,12 @@
|
|
|
@click="deleteUser(scope.row.userWhitelistCheckId)"
|
|
|
>删除</el-button
|
|
|
>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
type="primary"
|
|
|
size="small"
|
|
|
@click="create('update', scope.row)"
|
|
|
>编辑</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|