Browse Source

HL-5809 库存汇总 宽度自适应

hella_online_20240904
yufei_wang 2 weeks ago
parent
commit
bfca78552a
  1. 17
      src/views/wms/inventoryManage/balanceSummary/balanceSummary.data.ts

17
src/views/wms/inventoryManage/balanceSummary/balanceSummary.data.ts

@ -67,45 +67,30 @@ export const BalanceSummary = useCrudSchemas(
{
label: '总数',
field: 'num1',
sort: 'custom',
table: {
width: 150
}
sort: 'custom'
},
{
label: '合格数',
field: 'num2',
sort: 'custom',
table: {
width: 150
},
isSearch: true
},
{
label: '待检数',
field: 'num2',
sort: 'custom',
table: {
width: 150
},
isSearch: true
},
{
label: '隔离数',
field: 'num2',
sort: 'custom',
table: {
width: 150
},
isSearch: true
},
{
label: '不合格数',
field: 'num2',
sort: 'custom',
table: {
width: 150
},
isSearch: true
}
])

Loading…
Cancel
Save