From bc365ef47ae4e01754aeadbae26170e11c9bb80e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 22 六月 2026 16:56:12 +0800
Subject: [PATCH] 新疆马铃薯 1.删除按钮添加操作权限

---
 src/views/safeProduction/dangerInvestigation/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/safeProduction/dangerInvestigation/index.vue b/src/views/safeProduction/dangerInvestigation/index.vue
index a278058..05d3022 100644
--- a/src/views/safeProduction/dangerInvestigation/index.vue
+++ b/src/views/safeProduction/dangerInvestigation/index.vue
@@ -30,7 +30,7 @@
           <el-button @click="handleOut">瀵煎嚭</el-button> -->
           <el-button type="danger"
                      plain
-                     @click="handleDelete">鍒犻櫎</el-button>
+                     @click="handleDelete" v-hasPermi="['safeProduction:dangerInvestigation:remove']">鍒犻櫎</el-button>
           <!-- <el-button type="primary"
                      plain
                      @click="handlePrint">鎵撳嵃</el-button> -->

--
Gitblit v1.9.3