From eae2747b5ea8522e8ee52fb03c53a9fce2cdd744 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 07 Jan 2025 10:52:09 +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