Browse Source

BUG修改

master_hella_20240701
parent
commit
f81bc17678
  1. 16
      src/views/qms/inspection/inspectionRequest/inspectionMain.data.ts

16
src/views/qms/inspection/inspectionRequest/inspectionMain.data.ts

@ -243,6 +243,22 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
}
},
{
label: '检验类型',
field: 'inspectionType',
sort: 'custom',
isSearch: false,
dictType: DICT_TYPE.INSPECTION_TYPE,
dictClass: 'string',
form: {
componentProps: {
disabled: true
}
},
table: {
width: 150
}
},
{
label: '检验阶段',
field: 'inspectionStage',

Loading…
Cancel
Save