@ -62,10 +62,16 @@ export const QadProductionPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '计划类型',
field: 'planType',
dictType: DICT_TYPE.PLAN_PRODUCTION_TYPE,
dictClass: 'string',
isTable: true,
sort: 'custom',
form: {
component: 'SelectV2'
table: {
width: 150
},
component: 'Select'
}
label: '业务类型',