Browse Source

[SBBJ-914] 修复检修工单创建时间和维修时间格式

master
zengqinyuan 1 week ago
parent
commit
77f7ef8a0d
  1. 8
      src/views/eam/device/deviceinspectionjob/deviceInspectionMain.data.ts

8
src/views/eam/device/deviceinspectionjob/deviceInspectionMain.data.ts

@ -335,6 +335,10 @@ export const DeviceInspectionMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: '180',
},
detail: {
width: 180,
dateFormat: 'YYYY-MM-DD HH:mm:ss'
},
},
{
label: '描述',
@ -419,6 +423,10 @@ export const DeviceInspectionMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: '180',
},
detail: {
width: 180,
dateFormat: 'YYYY-MM-DD HH:mm:ss'
},
},
{
label: '操作',

Loading…
Cancel
Save