taskid:099 remark:'commit'

This commit is contained in:
fks-xuxinyue
2024-07-24 15:17:34 +08:00
parent 7869b083c3
commit 2d96bbda3b
5 changed files with 217 additions and 106 deletions

View File

@@ -66,7 +66,7 @@
};
}
const rowSpan = getRowSpan('cnValue', record, data.value);
if (rowIndex != 0 && data.value[rowIndex - 1].name == record.name) {
if (rowIndex != 0 && data.value[rowIndex - 1].cnValue == record.cnValue) {
return {
rowSpan: 0,
colSpan: 0,