From 61cc8ff0be35159d85b3a01b9b22526bb7f3a0ea Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期二, 14 十一月 2023 09:47:31 +0800 Subject: [PATCH] 等级颜色 --- src/views/system/home/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/system/home/index.vue b/src/views/system/home/index.vue index 9c91967..b49c1c8 100644 --- a/src/views/system/home/index.vue +++ b/src/views/system/home/index.vue @@ -35,11 +35,11 @@ <span>{{ scope.row.component }}</span> </template> </el-table-column> - <el-table-column label="权限标识" show-overflow-tooltip> - <template #default="scope"> - <span>{{ scope.row.meta.roles.map(id => state.roleList.find(obj => obj.id === id)?.name).join(',') }}</span> - </template> - </el-table-column> +<!-- <el-table-column label="权限标识" show-overflow-tooltip>--> +<!-- <template #default="scope">--> +<!-- <span>{{ scope.row.meta.roles.map(id => state.roleList.find(obj => obj.id === id)?.name).join(',') }}</span>--> +<!-- </template>--> +<!-- </el-table-column>--> <el-table-column label="排序" show-overflow-tooltip width="80"> <template #default="scope"> {{ scope.$index }} -- Gitblit v1.9.2