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