diff --git a/src/views/eam/mold/moldSpotInspectionRecordMain/moldSpotInspectionRecordMain.data.ts b/src/views/eam/mold/moldSpotInspectionRecordMain/moldSpotInspectionRecordMain.data.ts index 47a24f2..480d44f 100644 --- a/src/views/eam/mold/moldSpotInspectionRecordMain/moldSpotInspectionRecordMain.data.ts +++ b/src/views/eam/mold/moldSpotInspectionRecordMain/moldSpotInspectionRecordMain.data.ts @@ -83,7 +83,7 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive([ width: '150', }, }, - // { - // label: '创建时间', - // field: 'createTime', - // sort: 'custom', - // formatter: dateFormatter, - // isForm: false, - // }, { label: '描述', field: 'describes', @@ -399,6 +392,20 @@ export const MoldInspectionMain = useCrudSchemas(reactive([ width: '230', }, }, + { + label: '完成时间', + field: 'completionTime', + sort: 'custom', + formatter: dateFormatter, + isForm: false, + }, + { + label: '创建时间', + field: 'createTime', + sort: 'custom', + formatter: dateFormatter, + isForm: false, + }, { label: '操作', field: 'action',