From 760433983d2ab722774bc3384a789f3ddf2c4dd8 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 04 八月 2026 10:01:28 +0800
Subject: [PATCH] 新疆_马铃薯 1.角色管理页面角色编号不展示
---
src/views/fileManagement/document/attachmentManager.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/fileManagement/document/attachmentManager.vue b/src/views/fileManagement/document/attachmentManager.vue
index f3c0504..a8aa52b 100644
--- a/src/views/fileManagement/document/attachmentManager.vue
+++ b/src/views/fileManagement/document/attachmentManager.vue
@@ -57,7 +57,7 @@
<el-button link type="primary" size="small" @click="downloadFile(scope.row)">
涓嬭浇
</el-button>
- <el-button link type="danger" size="small" @click="removeFile(scope.row)">
+ <el-button link type="danger" size="small" @click="removeFile(scope.row)" v-hasPermi="['fileManagement:document:remove']">
鍒犻櫎
</el-button>
</template>
--
Gitblit v1.9.3