合并单元格
This commit is contained in:
parent
93aec1886e
commit
2c3c3f1e03
|
|
@ -110,6 +110,11 @@ export const wlColumns: BasicColumn[] = [
|
||||||
return num.toFixed(2);
|
return num.toFixed(2);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// 添加"拣货数量"作为分组标题
|
||||||
|
title: '拣货数量',
|
||||||
|
align: 'center',
|
||||||
|
children: [
|
||||||
{
|
{
|
||||||
title: '采购数量',
|
title: '采购数量',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
|
@ -125,6 +130,8 @@ export const wlColumns: BasicColumn[] = [
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'xzsl',
|
dataIndex: 'xzsl',
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '小计',
|
title: '小计',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue