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 | 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 94e9578..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="['processRoute:processRoute:import']"
+ v-hasPermi="['processRoute:processRoute:importData']"
>瀵煎叆</el-button>
</el-col>
<el-col :span="1.5">
@@ -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