Commit c22274fa authored by youjie's avatar youjie

no message

parent 0a899277
...@@ -377,7 +377,7 @@ export default { ...@@ -377,7 +377,7 @@ export default {
}, },
objectSpanMethod(row) { objectSpanMethod(row) {
if (row.columnIndex !=0) { if (row.columnIndex !=0) {
if (row.rowIndex==this.SubjectList.length-1) { if (row.rowIndex==this.SubjectList.length-1||row.rowIndex==this.SubjectList.length-2) {
return [1,4] return [1,4]
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment