合并单元格

This commit is contained in:
yangjun 2026-04-08 10:21:00 +08:00
parent 93aec1886e
commit 2c3c3f1e03
1 changed files with 19 additions and 12 deletions

View File

@ -111,19 +111,26 @@ export const wlColumns: BasicColumn[] = [
},
},
{
title: '采购数量',
// 添加"拣货数量"作为分组标题
title: '拣货数量',
align: 'center',
dataIndex: 'purchaseQuantity',
},
{
title: '入库数量',
align: 'center',
dataIndex: 'crksl',
},
{
title: '销账数量',
align: 'center',
dataIndex: 'xzsl',
children: [
{
title: '采购数量',
align: 'center',
dataIndex: 'purchaseQuantity',
},
{
title: '入库数量',
align: 'center',
dataIndex: 'crksl',
},
{
title: '销账数量',
align: 'center',
dataIndex: 'xzsl',
},
],
},
{
title: '小计',