From d58f36bb170496dd553fcf034e577f2f552e02d9 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Sat, 28 Dec 2024 16:10:54 +0800 Subject: [PATCH] =?UTF-8?q?YT-1803=EF=BC=9A=E5=BA=93=E4=BD=8D=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../labelManage/locationLabel/locationLabel.data.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts b/src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts index 533068257..308e0d512 100644 --- a/src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts +++ b/src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts @@ -46,13 +46,21 @@ export const Package = useCrudSchemas(reactive([ } }, { - label: '关联号', + label: '库位代码', field: 'relateNumber', sort: 'custom', table: { width: 210 } }, + { + label: '库位名称', + field: 'locationName', + sort: 'custom', + table: { + width: 210 + } + }, { label: '标签条码字符串', field: 'barcodeString',