From bc80908241e17a99b0704fed672565f2075f6283 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 28 八月 2023 15:19:12 +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