Commit 6ffd3fe3 authored by whlviolin's avatar whlviolin

update

parent 748af152
......@@ -348,7 +348,7 @@ export default {
/** 合并行、列 */
spanMethod2({ row, column, rowIndex, columnIndex }) {
if(rowIndex == this.params.length){
if(rowIndex == this.params.length-1){
return {
rowspan: 1,
colspan: 10,
......
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