This commit is contained in:
parent
a3a96581cc
commit
2b8d5df9e9
|
|
@ -754,7 +754,7 @@ export default {
|
|||
// 解决偏移的重要代码
|
||||
// 重点在 else if 判断必须加因为合并单元格数据会出现偏移、
|
||||
// 否则如果是 第二行 的 第二列 那么隐藏原有第二行 的 第二列的数据使他隐藏
|
||||
else if (rowIndex === 0 && columnIndex < 7) {
|
||||
else if (rowIndex === 0 && columnIndex < 6) {
|
||||
return {
|
||||
rowspan: 0,
|
||||
colspan: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue