From 01c4c2e46316fce093936d0dcc19724de332b060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=BB=E7=A0=96-JAVA=5CAdministrator?= <591141169@qq.com> Date: Wed, 22 May 2024 11:04:41 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/report/inventoryWarning/inventoryWarning.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,