|
@@ -437,10 +437,6 @@ export default {
|
|
|
},
|
|
|
//合并单元格
|
|
|
mergeMethod({row, column, rowIndex, columnIndex}) {
|
|
|
- console.log(row)
|
|
|
- console.log(column)
|
|
|
- console.log(rowIndex)
|
|
|
- console.log(columnIndex)
|
|
|
if (columnIndex === 0) {
|
|
|
const _row = this.setTable(this.unitList).merge[rowIndex];
|
|
|
const _col = _row > 0 ? 1 : 0;
|