diff --git a/.env.development b/.env.development
index fe20df3..c65480a 100644
--- a/.env.development
+++ b/.env.development
@@ -1,11 +1,11 @@
# 页面标题
-VITE_APP_TITLE = 新能源项目管理平台
+VITE_APP_TITLE = 煤科建管平台
# 开发环境配置
VITE_APP_ENV = 'development'
# 开发环境
-VITE_APP_BASE_API = 'http://192.168.110.159:8898'
+VITE_APP_BASE_API = 'http://192.168.110.163:8898'
# 无人机接口地址
diff --git a/.env.production b/.env.production
index e1eaa1a..971cd52 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
# 页面标题
-VITE_APP_TITLE = 新能源项目管理平台
+VITE_APP_TITLE = 煤科建管平台
# 生产环境配置
VITE_APP_ENV = 'production'
diff --git a/index.html b/index.html
index 24c61a2..ccef05b 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
-
新能源项目管理平台
+ 煤科建管平台
diff --git a/src/views/design/scheme/index.vue b/src/views/design/scheme/index.vue
index 540830b..07b8aa1 100644
--- a/src/views/design/scheme/index.vue
+++ b/src/views/design/scheme/index.vue
@@ -8,7 +8,7 @@
- 搜索
+ 搜索
重置
@@ -48,7 +48,7 @@
v-if="scope.row.status !== 'draft'"
icon="Edit"
@click="handleView(scope.row)"
- v-hasPermi="['design:PrelimScheme:edit']"
+ v-hasPermi="['design:PrelimScheme:query']"
>查看流程
修改
- 删除
+ > -->
diff --git a/src/views/design/subcontract/index.vue b/src/views/design/subcontract/index.vue
index c93480c..84087f3 100644
--- a/src/views/design/subcontract/index.vue
+++ b/src/views/design/subcontract/index.vue
@@ -8,7 +8,7 @@
- 搜索
+ 搜索
重置
@@ -22,7 +22,7 @@
新增
-
+
@@ -43,14 +43,11 @@
+
-
-
-
-
-
-
+ 修改
+ 删除
diff --git a/src/views/design/volumeCatalog/index.vue b/src/views/design/volumeCatalog/index.vue
index ea8daea..7f989ee 100644
--- a/src/views/design/volumeCatalog/index.vue
+++ b/src/views/design/volumeCatalog/index.vue
@@ -11,8 +11,8 @@
- 搜索
- 重置
+ 搜索
+ 重置
@@ -71,7 +71,7 @@
- 查看文件
+ 查看文件
@@ -82,7 +82,7 @@
v-if="scope.row.auditStatus != 'finish' && scope.row.auditStatus != 'termination' && scope.row.auditStatus != 'waiting'"
icon="Edit"
@click="handleUpdate(scope.row)"
- v-hasPermi="['design:volumeCatalog:edit']"
+ v-hasPermi="['design:volumeFile:edit']"
>修改
上传图纸
审核
- 查看流程
-
新能源项目管理平台
+ 煤科建管平台
diff --git a/src/views/materials/appointment/index.vue b/src/views/materials/appointment/index.vue
index 3bd6d79..45f9b8a 100644
--- a/src/views/materials/appointment/index.vue
+++ b/src/views/materials/appointment/index.vue
@@ -1,6 +1,6 @@
-