摘要: 实现效果 代码 tableData为Table的数据 const mergeCells = (text, dataSource, index, key) => { // 上一行该列数据是否一样 if (index !== 0 && text dataSource[index - 1][key]) { 阅读全文
posted @ 2024-02-21 13:16 ZerlinM 阅读(259) 评论(2) 推荐(0)