This commit is contained in:
parent
0dc41d8d2f
commit
a3a96581cc
|
|
@ -748,7 +748,7 @@ export default {
|
||||||
objectSpanMethod ({ row, column, rowIndex, columnIndex }) {
|
objectSpanMethod ({ row, column, rowIndex, columnIndex }) {
|
||||||
if (rowIndex === 0 && columnIndex == 0) {
|
if (rowIndex === 0 && columnIndex == 0) {
|
||||||
let rowspan = 1
|
let rowspan = 1
|
||||||
let colspan = 7
|
let colspan = 6
|
||||||
return { rowspan, colspan }
|
return { rowspan, colspan }
|
||||||
}
|
}
|
||||||
// 解决偏移的重要代码
|
// 解决偏移的重要代码
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue