diff --git a/src/views/qms/inspectionRecord/inspectionRecordMain.data.ts b/src/views/qms/inspectionRecord/inspectionRecordMain.data.ts index 0070e6814..4cd5cfa11 100644 --- a/src/views/qms/inspectionRecord/inspectionRecordMain.data.ts +++ b/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',