From 441c6c59e0b7ee4a4183abd0c77d299e0a6fef6a Mon Sep 17 00:00:00 2001 From: wersd <1523826083@qq.com> Date: Sun, 16 Nov 2025 15:02:26 +0800 Subject: [PATCH] =?UTF-8?q?mod=20=E5=B7=A1=E6=A3=80=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/crm/project/inspection/index.ts | 4 +- .../ProjectInspectionCheckpointForm.vue | 128 ------------ .../inspection/config/checkpoint/index.vue | 189 ------------------ .../data/ProjectInspectionDataForm.vue | 0 .../inspection/{config => }/data/index.vue | 0 .../record/ProjectInspectionRecordForm.vue | 2 +- .../crm/project/inspection/record/index.vue | 16 +- 7 files changed, 10 insertions(+), 329 deletions(-) delete mode 100644 src/views/crm/project/inspection/config/checkpoint/ProjectInspectionCheckpointForm.vue delete mode 100644 src/views/crm/project/inspection/config/checkpoint/index.vue rename src/views/crm/project/inspection/{config => }/data/ProjectInspectionDataForm.vue (100%) rename src/views/crm/project/inspection/{config => }/data/index.vue (100%) diff --git a/src/api/crm/project/inspection/index.ts b/src/api/crm/project/inspection/index.ts index 02bb70abe..f24c2182a 100644 --- a/src/api/crm/project/inspection/index.ts +++ b/src/api/crm/project/inspection/index.ts @@ -2,17 +2,15 @@ import request from '@/config/axios' // 项目巡检配置 VO export interface ProjectInspectionConfigVO { - id?: number // 主键ID projectId: number // 项目ID configId: number // 配置ID - configType?: number // 配置类型 configName: string // 配置名称 frequency: string // 巡检频率 managementParty: string // 管理方 contactPerson: string // 联系人 contactPhone: string // 联系电话 responsiblePersonId: string // 负责人 - status: number // 状态:0-停用,1-启用 + status: boolean // 状态:0-停用,1-启用 remark: string // 备注 } diff --git a/src/views/crm/project/inspection/config/checkpoint/ProjectInspectionCheckpointForm.vue b/src/views/crm/project/inspection/config/checkpoint/ProjectInspectionCheckpointForm.vue deleted file mode 100644 index 58bc2e62c..000000000 --- a/src/views/crm/project/inspection/config/checkpoint/ProjectInspectionCheckpointForm.vue +++ /dev/null @@ -1,128 +0,0 @@ - - \ No newline at end of file diff --git a/src/views/crm/project/inspection/config/checkpoint/index.vue b/src/views/crm/project/inspection/config/checkpoint/index.vue deleted file mode 100644 index 6789c16a0..000000000 --- a/src/views/crm/project/inspection/config/checkpoint/index.vue +++ /dev/null @@ -1,189 +0,0 @@ - - - \ No newline at end of file diff --git a/src/views/crm/project/inspection/config/data/ProjectInspectionDataForm.vue b/src/views/crm/project/inspection/data/ProjectInspectionDataForm.vue similarity index 100% rename from src/views/crm/project/inspection/config/data/ProjectInspectionDataForm.vue rename to src/views/crm/project/inspection/data/ProjectInspectionDataForm.vue diff --git a/src/views/crm/project/inspection/config/data/index.vue b/src/views/crm/project/inspection/data/index.vue similarity index 100% rename from src/views/crm/project/inspection/config/data/index.vue rename to src/views/crm/project/inspection/data/index.vue diff --git a/src/views/crm/project/inspection/record/ProjectInspectionRecordForm.vue b/src/views/crm/project/inspection/record/ProjectInspectionRecordForm.vue index d1ed336e3..632b94c42 100644 --- a/src/views/crm/project/inspection/record/ProjectInspectionRecordForm.vue +++ b/src/views/crm/project/inspection/record/ProjectInspectionRecordForm.vue @@ -73,7 +73,7 @@ - + - + @@ -127,17 +127,17 @@ {{ getUserName(scope.row.inspector) }} - - - - + + + +