2025-10-31 15:40

可以通过判断tableData每一项是否有wczjDetail,如果有就加一个新表格在对应的业务人下吗
数据格式是tableData=[{
name:'小明',
wczjDetail:[{
business:'123',
time:'2025-10-01'
},
{
business:'345',
time:'2025-10-02'
}
]
},
{
name:'小红',
wczjDetail:[{
business:'100',
time:'2025-10-10'
},
{
business:'200',
time:'2025-10-20'
}
]
}
]