src/components/chat/chatComponents/summaryCom/components/recordSetTable/RecordSetTable.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/chat/chatComponents/summaryCom/components/recordSetTable/RecordSetTable.vue
@@ -87,7 +87,7 @@ }); const chunkTableData = ref([props.data?.values]); // FIXME: 如果全部 group 都为 true,恰好最后多条记录也可以归为一组,很可能显示不对,少了几条重复的数据 const objectSpanMethod = ({ row, column, rowIndex, columnIndex }) => { const key = `${rowIndex},${columnIndex}`; const rowspan = cellRowSpanMap.get(key);