From 2c69899d833bcc3c576ed14ff48a6b8a77e4b4bd Mon Sep 17 00:00:00 2001
From: wenwj <‘1106994300@qq.com>
Date: 星期一, 14 四月 2025 09:57:06 +0800
Subject: [PATCH] 权限修改

---
 src/views/basicData/processRoute/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/basicData/processRoute/index.vue b/src/views/basicData/processRoute/index.vue
index c43f85a..94e9578 100644
--- a/src/views/basicData/processRoute/index.vue
+++ b/src/views/basicData/processRoute/index.vue
@@ -44,7 +44,7 @@
           plain 
           icon="Upload" 
           @click="handleImport" 
-          v-hasPermi="['partPlan:import']"
+          v-hasPermi="['processRoute:processRoute:import']"
           >瀵煎叆</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -53,7 +53,7 @@
           plain
           icon="Download"
           @click="handleExport"
-          v-hasPermi="['aps:processRoute:export']"
+          v-hasPermi="['processRoute:processRoute:export']"
         >瀵煎嚭</el-button>
       </el-col>
       <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>

--
Gitblit v1.9.3