提交 140ac1e2 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 cdb2b253
...@@ -204,7 +204,7 @@ export default { ...@@ -204,7 +204,7 @@ export default {
}, },
arraySpanMethod({ rowIndex, columnIndex }) { arraySpanMethod({ rowIndex, columnIndex }) {
if (rowIndex % 2 === 0) { if (rowIndex % 2 === 0) {
return columnIndex === 0 ? [1, 9] : [0, 0] return columnIndex === 0 ? [1, 5] : [0, 0]
} }
}, },
tableRowClassName({ rowIndex }) { tableRowClassName({ rowIndex }) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论