|
@ -343,8 +343,8 @@ export const PackageInventory = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '包装规格', |
|
|
label: '包装规格', |
|
|
field: 'packUnit', |
|
|
field: 'packUnit', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
dictType: DICT_TYPE.PACK_UNIT, |
|
|
// dictType: DICT_TYPE.PACK_UNIT,
|
|
|
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
// dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
table: { |
|
|
table: { |
|
|
width: 150, |
|
|
width: 150, |
|
|
}, |
|
|
}, |
|
|