From ff8dd472dee72ae51372c8e062497ea6f093dfb9 Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Fri, 11 Jul 2025 09:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/constructionUser/index.vue | 9 +- .../component/ConstructionUserDetail.vue | 188 +++ src/views/project/projectUser/index.vue | 1170 +++++++++++++++++ 3 files changed, 1361 insertions(+), 6 deletions(-) create mode 100644 src/views/project/projectUser/component/ConstructionUserDetail.vue create mode 100644 src/views/project/projectUser/index.vue diff --git a/src/views/project/constructionUser/index.vue b/src/views/project/constructionUser/index.vue index 2031760..1f455ed 100644 --- a/src/views/project/constructionUser/index.vue +++ b/src/views/project/constructionUser/index.vue @@ -42,11 +42,7 @@ 新增 - - - 修改 - - + >({ +const data = reactive({ form: { ...initFormData }, queryParams: { pageNum: 1, @@ -606,6 +602,7 @@ const data = reactive>({ nickName: undefined, userName: undefined, projectId: currentProject.value.id, + notUserRole:1, contractorId: undefined, teamId: undefined, status: undefined, diff --git a/src/views/project/projectUser/component/ConstructionUserDetail.vue b/src/views/project/projectUser/component/ConstructionUserDetail.vue new file mode 100644 index 0000000..73907f6 --- /dev/null +++ b/src/views/project/projectUser/component/ConstructionUserDetail.vue @@ -0,0 +1,188 @@ + + + + diff --git a/src/views/project/projectUser/index.vue b/src/views/project/projectUser/index.vue new file mode 100644 index 0000000..6b13864 --- /dev/null +++ b/src/views/project/projectUser/index.vue @@ -0,0 +1,1170 @@ + + + +