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) }} - - - - + + + +