Browse Source

显示字段修改

master_hella_20240701
chenfang 4 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
},
{
label: '数量',
label: '库存数量',
field: 'qty',
sort: 'custom',
table: {

Loading…
Cancel
Save