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 @@ + + + +