test
发布于

www

werwrwerwer

objectSpanMethod ({ row, column, rowIndex, columnIndex }) {
  if (columnIndex === 0 || columnIndex == 3 || columnIndex == 4 || columnIndex == 10) {
    const _row = (this.flitterData(0).two)[rowIndex]
    const _col = _row > 0 ? 1 : 0
    return {
      rowspan: _row,
      colspan: _col
    }
  }
},
浏览 (66)
点赞
收藏
全部评论
暂无数据