From 8c79706acfe0fa3cadc5f47f0d8858f0decfc2de Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Fri, 25 Apr 2025 10:15:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=BA=BF=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=92=8C=E6=98=8E=E7=BB=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=BA=BF=E5=90=8D=E7=A7=B0=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionLineLabel/productionLineLabel.data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wms/basicDataManage/labelManage/productionLineLabel/productionLineLabel.data.ts b/src/views/wms/basicDataManage/labelManage/productionLineLabel/productionLineLabel.data.ts index 308e0d512..ba8976e84 100644 --- a/src/views/wms/basicDataManage/labelManage/productionLineLabel/productionLineLabel.data.ts +++ b/src/views/wms/basicDataManage/labelManage/productionLineLabel/productionLineLabel.data.ts @@ -46,7 +46,7 @@ export const Package = useCrudSchemas(reactive([ } }, { - label: '库位代码', + label: '生产线代码', field: 'relateNumber', sort: 'custom', table: { @@ -54,8 +54,8 @@ export const Package = useCrudSchemas(reactive([ } }, { - label: '库位名称', - field: 'locationName', + label: '生产线名称', + field: 'productionlineName', sort: 'custom', table: { width: 210