Browse Source

显示字段修改

master_hella_20240701
chenfang 6 months ago
parent
commit
4e91223403
  1. 2
      src/views/wms/inventoryManage/balance/balance.data.ts

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

@ -42,7 +42,7 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([
isTable:false isTable:false
}, },
{ {
label: '数量', label: '库存数量',
field: 'qty', field: 'qty',
sort: 'custom', sort: 'custom',
table: { table: {

Loading…
Cancel
Save