Browse Source

BUG修改

hella_online_20240829
parent
commit
cc513599e1
  1. 11
      src/views/qms/inspectionRecord/inspectionRecordMain.data.ts

11
src/views/qms/inspectionRecord/inspectionRecordMain.data.ts

@ -434,6 +434,17 @@ export const InspectionRecordMain = useCrudSchemas(
width: 150
}
},
{
label: '执行结果',
field: 'estimateCode',
dictType: DICT_TYPE.EVALUATION_CODE,
sort: 'custom',
isSearch: false,
isForm: false,
table: {
width: 150
}
},
{
label: '创建时间',
field: 'createTime',

Loading…
Cancel
Save