taskid:099 remark:'commit'
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user