From 1fb63a188ca385fe5a85eea14a20c2e224cac210 Mon Sep 17 00:00:00 2001 From: lcj <2331845269@qq.com> Date: Fri, 14 Mar 2025 18:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=BA=E5=91=98=E3=80=81?= =?UTF-8?q?=E6=9D=90=E6=96=99=E3=80=81=E6=9C=BA=E6=A2=B0=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E3=80=81=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- index.html | 2 +- src/api/machinery/machineryDetail/types.ts | 7 + src/api/materials/materials/types.ts | 132 +---------- src/api/project/constructionUser/types.ts | 49 ++++- src/api/project/contractor/types.ts | 10 + src/layout/components/Sidebar/Logo.vue | 2 +- src/views/login.vue | 2 +- .../component/MachineryDetailAddDialog.vue | 3 +- .../component/MachineryDetailTable.vue | 6 +- src/views/materials/materials/index.vue | 134 ++++++------ src/views/project/constructionUser/index.vue | 27 ++- .../component/ContractorFileDialog.vue | 92 ++++++++ src/views/project/contractor/index.vue | 27 ++- src/views/project/project/index.vue | 23 +- .../projectTeam/component/UserListDialog.vue | 207 ++++++++---------- src/views/project/projectTeam/index.vue | 17 +- src/views/register.vue | 2 +- 19 files changed, 376 insertions(+), 370 deletions(-) create mode 100644 src/views/project/contractor/component/ContractorFileDialog.vue 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多租户管理系统

+

新能源项目管理平台