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',