|
@ -43,18 +43,18 @@ export const ProductredressRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 180, |
|
|
width: 180, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '状态', |
|
|
// label: '状态',
|
|
|
field: 'status', |
|
|
// field: 'status',
|
|
|
dictType: DICT_TYPE.REQUEST_STATUS, |
|
|
// dictType: DICT_TYPE.REQUEST_STATUS,
|
|
|
dictClass: 'string', |
|
|
// dictClass: 'string',
|
|
|
isForm:false, |
|
|
// isForm:false,
|
|
|
isTable: true, |
|
|
// isTable: true,
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
} |
|
|
// }
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '生产线代码', |
|
|
label: '生产线代码', |
|
|
field: 'productionlineCode', |
|
|
field: 'productionlineCode', |
|
|