From 4f97657270b7aef0d3b7a6b25ea2b4adb07a77c7 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期五, 10 十一月 2023 16:55:34 +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