Browse Source

去掉维修人联系电话

master
zhang_li 8 months ago
parent
commit
f0a24d7d60
  1. 11
      src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts

11
src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts

@ -93,14 +93,6 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive<CrudSchema
},
}
},
{
label: '维修人联系电话',
field: 'maintenancePhone',
sort: 'custom',
table: {
width: '200',
},
},
{
label: '状态',
field: 'status',
@ -151,7 +143,7 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive<CrudSchema
},
{
label: '描述',
field: 'describe',
field: 'describes',
sort: 'custom',
table: {
width: '300',
@ -162,6 +154,7 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive<CrudSchema
field: 'action',
isForm: false,
isTable: false,
isDetail:false,
table: {
width: 150,
fixed: 'right'

Loading…
Cancel
Save