Browse Source

bug修改

master
叶佳兴 9 months ago
parent
commit
d22a6f2f60
  1. 11
      src/views/eam/report/inventoryWarning/inventoryWarning.data.ts

11
src/views/eam/report/inventoryWarning/inventoryWarning.data.ts

@ -29,6 +29,17 @@ export const InventoryWarning = useCrudSchemas(reactive<CrudSchema[]>([
width: 110,
},
},
{
label: '库位编码',
field: 'locationNumber',
sort: 'custom',
isSearch: true,
isForm: false,
table: {
width: 110,
},
},
{
label: '规格型号',
field: 'specifications',

Loading…
Cancel
Save