From 5ee2390929e041409ec1fde9829c8261fc050a33 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 22 六月 2026 16:50:53 +0800
Subject: [PATCH] 新疆马铃薯 1.删除按钮添加操作权限
---
src/views/productionManagement/productionProcess/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index ee49657..a27077e 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -33,7 +33,8 @@
</el-button>
<el-button link
type="danger"
- @click.stop="handleDeleteProcess(process)">
+ @click.stop="handleDeleteProcess(process)"
+ v-hasPermi="['productionManagement:productionProcess:remove']">
<el-icon>
<Delete />
</el-icon>
@@ -482,6 +483,7 @@
{
name: "鍒犻櫎",
clickFun: row => handleDeleteParam(row),
+ hasPermi: ['productionManagement:productionProcess:remove']
},
],
},
--
Gitblit v1.9.3