|
@@ -51,7 +51,7 @@
|
|
|
</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="是否宠粉" align="center" prop="isRepeat">
|
|
|
+ <el-table-column label="是否重粉" align="center" prop="isRepeat">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag :type="scope.row.isRepeat === 1 ? 'success' : 'danger'">
|
|
|
{{ scope.row.status === 1 ? '是' : '否' }}
|
|
@@ -80,7 +80,7 @@
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleQwAccount(scope.row)"
|
|
|
v-hasPermi="['fs:user:remove']"
|
|
|
- >查看企微账号</el-button>
|
|
|
+ >查看重粉列表</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|