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/productionPlan/productionPlan/components/PIMTable.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/productionPlan/productionPlan/components/PIMTable.vue b/src/views/productionPlan/productionPlan/components/PIMTable.vue
index 5f5eea5..8dab97b 100644
--- a/src/views/productionPlan/productionPlan/components/PIMTable.vue
+++ b/src/views/productionPlan/productionPlan/components/PIMTable.vue
@@ -135,6 +135,7 @@
               }"
                        link
                        @click.stop="o.clickFun(scope.row)"
+                       v-hasPermi="o.hasPermi"
                        :key="key">
               {{ o.name }}
             </el-button>

--
Gitblit v1.9.3