From a5d7b85925c5b65b65d291799dc70d052dbbac9e Mon Sep 17 00:00:00 2001
From: dy <dingyang@lnfxkj.tech>
Date: 星期一, 14 四月 2025 10:29:40 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-kj-web into dev
---
src/views/basicData/ApsResourceGroup/index.vue | 2 +-
index.html | 2 +-
src/views/basicData/processRoute/index.vue | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index a517e17..01c7ef9 100644
--- a/index.html
+++ b/index.html
@@ -122,7 +122,7 @@
top: 0;
width: 51%;
height: 100%;
- background: #7171C6;
+ background: #4177dc;
z-index: 1000;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
diff --git a/src/views/basicData/ApsResourceGroup/index.vue b/src/views/basicData/ApsResourceGroup/index.vue
index 875726a..bf9d6be 100644
--- a/src/views/basicData/ApsResourceGroup/index.vue
+++ b/src/views/basicData/ApsResourceGroup/index.vue
@@ -44,7 +44,7 @@
plain
icon="Upload"
@click="handleImport"
- v-hasPermi="['partPlan:import']"
+ v-hasPermi="['ApsResourceGroup:ApsResourceGroup:import']"
>瀵煎叆</el-button>
</el-col>
<el-col :span="1.5">
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