diff --git a/.env.development b/.env.development
index 94f3f5a..e5ac055 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
# 页面标题
-VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统
+VITE_APP_TITLE = 新能源项目管理平台
# 开发环境配置
VITE_APP_ENV = 'development'
diff --git a/.env.production b/.env.production
index 5cd51d2..0eb5924 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
# 页面标题
-VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统
+VITE_APP_TITLE = 新能源项目管理平台
# 生产环境配置
VITE_APP_ENV = 'production'
diff --git a/index.html b/index.html
index aa1c86d..8b09d74 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
-
RuoYi-Vue-Plus多租户管理系统
+ 新能源项目管理平台
-
@@ -80,6 +70,7 @@
+
@@ -97,42 +88,17 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -146,6 +112,22 @@
+
+
+
{{ item.label }}
+ {
+ handleOssUpdate(args, item.value);
+ }
+ "
+ />
+
+
+
+
+
diff --git a/src/views/project/projectTeam/index.vue b/src/views/project/projectTeam/index.vue
index cc05200..14ec9d6 100644
--- a/src/views/project/projectTeam/index.vue
+++ b/src/views/project/projectTeam/index.vue
@@ -70,7 +70,9 @@
-
+
+
+
@@ -83,7 +85,9 @@
-
+
+
+
@@ -208,12 +212,11 @@ const handleUpdate = async (row?: ProjectTeamVO) => {
dialog.title = '修改项目班组';
};
-/** */
+const visible = ref(false);
+/** 班组成员操作 */
const handleUserList = (row?: ProjectTeamVO) => {
- if (userListVisible.value) {
- currentRow.value = row;
- userListVisible.value.openModal();
- }
+ currentRow.value = row;
+ visible.value = true;
};
/** 提交按钮 */
diff --git a/src/views/register.vue b/src/views/register.vue
index f1d1e5a..692e1a3 100644
--- a/src/views/register.vue
+++ b/src/views/register.vue
@@ -2,7 +2,7 @@
-
RuoYi-Vue-Plus多租户管理系统
+ 新能源项目管理平台