From a24da7c3f6874d238e13c81358cd050a51fde59c Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Thu, 27 Feb 2025 13:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settlementReport/settlementReport.data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts b/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts index 340f397f6..36d2f80c9 100644 --- a/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts +++ b/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts @@ -39,7 +39,7 @@ export const SettlementReport = useCrudSchemas(reactive([ isSearch: true, }, { - label: '物品名称', + label: '物料名称', field: 'itemName', sort: 'custom', }, @@ -109,7 +109,7 @@ export const SettlementReportSelection = useCrudSchemas(reactive([ isSearch: true, }, { - label: '物品名称', + label: '物料名称', field: 'itemName', sort: 'custom', },