Browse Source

[SBBJ-1103]检修 点检 完成时间 点检人

master
zengqinyuan 2 weeks ago
parent
commit
2aecc891bb
  1. 11
      src/views/eam/mold/moldSpotInspectionRecordMain/moldSpotInspectionRecordMain.data.ts
  2. 21
      src/views/eam/mold/moldinspectionjob/moldInspectionMain.data.ts

11
src/views/eam/mold/moldSpotInspectionRecordMain/moldSpotInspectionRecordMain.data.ts

@ -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',

21
src/views/eam/mold/moldinspectionjob/moldInspectionMain.data.ts

@ -318,13 +318,6 @@ export const MoldInspectionMain = useCrudSchemas(reactive<CrudSchema[]>([
width: '150',
},
},
// {
// label: '创建时间',
// field: 'createTime',
// sort: 'custom',
// formatter: dateFormatter,
// isForm: false,
// },
{
label: '描述',
field: 'describes',
@ -399,6 +392,20 @@ export const MoldInspectionMain = useCrudSchemas(reactive<CrudSchema[]>([
width: '230',
},
},
{
label: '完成时间',
field: 'completionTime',
sort: 'custom',
formatter: dateFormatter,
isForm: false,
},
{
label: '创建时间',
field: 'createTime',
sort: 'custom',
formatter: dateFormatter,
isForm: false,
},
{
label: '操作',
field: 'action',

Loading…
Cancel
Save