From a07bd2102524d610589c174a33c34e03b79deae2 Mon Sep 17 00:00:00 2001
From: bluejay <253316343@qq.com>
Date: 星期一, 14 四月 2025 11:40:23 +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