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/productionManagement/processRoute/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index edbc491..e6c7da0 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -25,7 +25,7 @@
         <el-button type="danger"
                    @click="handleDelete"
                    :disabled="selectedRows.length === 0"
-                   plain>鍒犻櫎宸ヨ壓璺嚎</el-button>
+                   plain v-hasPermi="['productionManagement:processRoute:remove']">鍒犻櫎宸ヨ壓璺嚎</el-button>
       </div>
       <PIMTable rowKey="id"
                 :column="tableColumn"
@@ -117,13 +117,13 @@
             showItemModal(row);
           },
         },
-        // {
-        //   name: "闄勪欢",
-        //   type: "text",
-        //   clickFun: row => {
-        //     openFileDialog(row);
-        //   },
-        // },
+        {
+          name: "闄勪欢",
+          type: "text",
+          clickFun: row => {
+            openFileDialog(row);
+          },
+        },
       ],
     },
   ]);

--
Gitblit v1.9.3