From 64f020a44ce29906526d0b52b2791acb729d4310 Mon Sep 17 00:00:00 2001 From: PigBaoBei <2739175034@qq.com> Date: Mon, 27 Nov 2023 10:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E4=BD=8D=E5=B1=82=E5=88=97=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/basicdata/basicdataGoodsAllocation.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/option/basicdata/basicdataGoodsAllocation.js b/src/option/basicdata/basicdataGoodsAllocation.js index 6833da4b..1a0a751d 100644 --- a/src/option/basicdata/basicdataGoodsAllocation.js +++ b/src/option/basicdata/basicdataGoodsAllocation.js @@ -200,8 +200,8 @@ export default { ], }, { - label: '所在列', - prop: 'columnNum', + label: '所在层', + prop: 'layerNum', type: 'input', align: 'center', labelWidth: '100', @@ -213,8 +213,8 @@ export default { width: 'fit-content', }, { - label: '所在层', - prop: 'layerNum', + label: '所在列', + prop: 'columnNum', type: 'input', align: 'center', labelWidth: '100',