From 9e03b447fa15fa3fa0e468ca42a4bb7b4eac1e3b Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 08 Jan 2025 11:07:42 +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