From e0aee2a6363bd222b8ca86e4afb777c00e0b342f Mon Sep 17 00:00:00 2001
From: bluejay <253316343@qq.com>
Date: 星期一, 14 四月 2025 10:45:15 +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