diff --git a/src/views/eam/device/deviceinspectionjob/deviceInspectionMain.data.ts b/src/views/eam/device/deviceinspectionjob/deviceInspectionMain.data.ts index dac00fc..50b590f 100644 --- a/src/views/eam/device/deviceinspectionjob/deviceInspectionMain.data.ts +++ b/src/views/eam/device/deviceinspectionjob/deviceInspectionMain.data.ts @@ -326,13 +326,16 @@ export const DeviceInspectionMain = useCrudSchemas(reactive([ }, }, }, - // { - // label: '创建时间', - // field: 'createTime', - // sort: 'custom', - // formatter: dateFormatter, - // isForm: false, - // }, + { + label: '创建时间', + field: 'createTime', + sort: 'custom', + formatter: dateFormatter, + isForm: false, + table: { + width: '180', + }, + }, { label: '描述', field: 'describes', @@ -407,6 +410,16 @@ export const DeviceInspectionMain = useCrudSchemas(reactive([ width: '230', }, }, + { + label: '完成时间', + field: 'completionTime', + sort: 'custom', + formatter: dateFormatter, + isForm: false, + table: { + width: '180', + }, + }, { label: '操作', field: 'action',