gerson
2024-10-08 4c6f214282297591f8e66df96c67666d3a323e36
FIXME
已修改1个文件
2 ■■■ 文件已修改
src/components/chat/chatComponents/summaryCom/components/recordSetTable/RecordSetTable.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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);