@ -82,6 +82,19 @@ export const Itempackaging = useCrudSchemas(reactive<CrudSchema[]>([
}
},
{
label: '包装名称',
field: 'packName',
sort: 'custom',
isSearch: true,
table: {
width: 120
isTable:true,
isTableForm:false,
isForm:false,
isDetail:false
label: '包装数量',
field: 'packQty',