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: '状态', label: '状态',
field: 'status', field: 'status',
@ -151,7 +143,7 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive<CrudSchema
}, },
{ {
label: '描述', label: '描述',
field: 'describe', field: 'describes',
sort: 'custom', sort: 'custom',
table: { table: {
width: '300', width: '300',
@ -162,6 +154,7 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive<CrudSchema
field: 'action', field: 'action',
isForm: false, isForm: false,
isTable: false, isTable: false,
isDetail:false,
table: { table: {
width: 150, width: 150,
fixed: 'right' fixed: 'right'

Loading…
Cancel
Save