ljlong_2630 7 months ago
parent
commit
9b8225864e
  1. 8
      src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts

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

@ -178,6 +178,14 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive<CrudSchema
width: '300', width: '300',
}, },
}, },
{
label: '审批意见',
field: 'approveOpinion',
sort: 'custom',
table: {
width: '300',
},
},
{ {
label: '操作', label: '操作',
field: 'action', field: 'action',

Loading…
Cancel
Save