|
|
@ -83,7 +83,7 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive<CrudSchema |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '维修人', |
|
|
|
label: '点检人', |
|
|
|
field: 'maintenance', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -107,7 +107,7 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive<CrudSchema |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '维修人', |
|
|
|
label: '点检人', |
|
|
|
field: 'maintenanceName', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -207,6 +207,13 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive<CrudSchema |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '完成时间', |
|
|
|
field: 'completionTime', |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|
field: 'action', |
|
|
|