From 0d3e92d87f3a94b9243582d61efbd24e3342d9ac Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Tue, 3 Sep 2024 17:16:40 +0800 Subject: [PATCH] =?UTF-8?q?WMS=20bug=EF=BC=9AHL-5828=20=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=EF=BC=88=E6=96=B0=EF=BC=89=E9=87=8C=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=BA=93=E5=AD=98=E6=97=B6=EF=BC=8C=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=80=85=E9=9C=80=E8=A6=81=E6=98=BE=E7=A4=BA=E4=B8=AD=E6=96=87?= =?UTF-8?q?=EF=BC=8C=E9=A1=BA=E5=BA=8F=E9=9C=80=E5=BE=80=E5=89=8D=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventoryManage/balance/balance.data.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index 4811ef457..9e954f518 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -89,6 +89,15 @@ export const Balance = useCrudSchemas( component: 'InputNumber' } }, + { + label: '创建者', + field: 'creator', + sort: 'custom', + table: { + width: 150 + }, + isForm: false + }, { label: '计量单位', field: 'uom', @@ -417,15 +426,6 @@ export const Balance = useCrudSchemas( } } }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - table: { - width: 150 - }, - isForm: false - }, { label: '最后更新时间', field: 'updateTime',