From 5538940be72a74cfd80a4ef144b78cfd5b6a5e5f Mon Sep 17 00:00:00 2001 From: dy <dingyang@lnfxkj.tech> Date: 星期一, 14 四月 2025 11:08:35 +0800 Subject: [PATCH] 页面权限功能调整 --- src/views/basicData/processRoute/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/basicData/processRoute/index.vue b/src/views/basicData/processRoute/index.vue index 94e9578..43d75a9 100644 --- a/src/views/basicData/processRoute/index.vue +++ b/src/views/basicData/processRoute/index.vue @@ -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