|
|
@ -326,13 +326,16 @@ export const DeviceInspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// 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<CrudSchema[]>([ |
|
|
|
width: '230', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '完成时间', |
|
|
|
field: 'completionTime', |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isForm: false, |
|
|
|
table: { |
|
|
|
width: '180', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|
field: 'action', |
|
|
|