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/basicData/product/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index b05b215..cdf9a96 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -56,7 +56,7 @@
type="danger"
link
:disabled="isTopLevelNode(data, node)"
- @click="remove(node, data)">
+ @click="remove(node, data)" v-hasPermi="['basicData:product:remove']">
鍒犻櫎
</el-button>
</div>
@@ -77,7 +77,7 @@
<el-button type="danger"
@click="handleDelete"
style="margin-left: 10px"
- plain>
+ plain v-hasPermi="['basicData:product:remove']">
鍒犻櫎
</el-button>
</div>
--
Gitblit v1.9.3