@ -45,16 +45,16 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
},
isForm:false
{
// {
label: '父包装号',
// label: '父包装号',
field: 'parentNumber',
// field: 'parentNumber',
sort: 'custom',
// sort: 'custom',
isSearch: true,
// isSearch: true,
isForm: false,
// isForm: false,
table: {
// table: {
width: 180,
// width: 180,
// },
label: '品番',
field: 'itemCode',