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