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 @@ + - + + + @@ -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多租户管理系统

+

新能源项目管理平台