diff --git a/src/views/eam/report/inventoryWarning/inventoryWarning.data.ts b/src/views/eam/report/inventoryWarning/inventoryWarning.data.ts index 98a7ff7..9adb698 100644 --- a/src/views/eam/report/inventoryWarning/inventoryWarning.data.ts +++ b/src/views/eam/report/inventoryWarning/inventoryWarning.data.ts @@ -90,7 +90,7 @@ export const InventoryWarning = useCrudSchemas(reactive([ }, }, { - label: '最低库存', + label: '现有库存', field: 'nowInventory', sort: 'custom', isSearch: false,