Browse Source

BUG修改

master
parent
commit
01c4c2e463
  1. 2
      src/views/eam/report/inventoryWarning/inventoryWarning.data.ts

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

@ -90,7 +90,7 @@ export const InventoryWarning = useCrudSchemas(reactive<CrudSchema[]>([
},
},
{
label: '最低库存',
label: '现有库存',
field: 'nowInventory',
sort: 'custom',
isSearch: false,

Loading…
Cancel
Save