From 5549f62c38c82aed5372700b32a8970c842b6024 Mon Sep 17 00:00:00 2001
From: dy <dingyang@lnfxkj.tech>
Date: 星期一, 14 四月 2025 11:23:21 +0800
Subject: [PATCH] 页面权限功能调整
---
src/views/basicData/processRoute/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/basicData/processRoute/index.vue b/src/views/basicData/processRoute/index.vue
index c43f85a..204dc6f 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:importData']"
>瀵煎叆</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>
@@ -104,7 +104,7 @@
icon="Check"
:disabled="planned"
@click="uploadParse"
- v-hasPermi="['partPlan:edit']"
+ v-hasPermi="['processRoute:processRoute:confirmProcessRoute']"
>涓婁紶骞惰В鏋�</el-button>
</div>
</el-col>
--
Gitblit v1.9.3