Browse Source

模具巡检点检添加审批意见

master
songguoqiang 7 months ago
parent
commit
ec77586628
  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',
},
},
{
label: '审批意见',
field: 'approveOpinion',
sort: 'custom',
table: {
width: '300',
},
},
{
label: '操作',
field: 'action',

Loading…
Cancel
Save