Browse Source

HL-5424 库存余额展示更新人更新时间

hella_online_20240819
TengXF 3 months ago
parent
commit
c28844d96d
  1. 4
      src/views/wms/inventoryManage/balance/balance.data.ts

4
src/views/wms/inventoryManage/balance/balance.data.ts

@ -446,7 +446,7 @@ export const Balance = useCrudSchemas(
} }
}, },
isForm: false, isForm: false,
isTable: false isTable: true
}, },
{ {
label: '最后更新者', label: '最后更新者',
@ -456,7 +456,7 @@ export const Balance = useCrudSchemas(
width: 150 width: 150
}, },
isForm: false, isForm: false,
isTable: false isTable: true
}, },
// TODO: 临时添加 方便操作 // TODO: 临时添加 方便操作
{ {

Loading…
Cancel
Save