|
|
@ -1089,6 +1089,7 @@ export default {
|
|
|
|
// };
|
|
|
|
// };
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
/**
|
|
|
|
if (columnIndex === 0) {
|
|
|
|
if (columnIndex === 0) {
|
|
|
|
const _row = this.spanArr[rowIndex];
|
|
|
|
const _row = this.spanArr[rowIndex];
|
|
|
|
const _col = _row > 0 ? 1 : 0;
|
|
|
|
const _col = _row > 0 ? 1 : 0;
|
|
|
@ -1097,6 +1098,7 @@ export default {
|
|
|
|
colspan: _col,
|
|
|
|
colspan: _col,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
**/
|
|
|
|
if (columnIndex === 1) {
|
|
|
|
if (columnIndex === 1) {
|
|
|
|
const _row = this.spanArr[rowIndex];
|
|
|
|
const _row = this.spanArr[rowIndex];
|
|
|
|
const _col = _row > 0 ? 1 : 0;
|
|
|
|
const _col = _row > 0 ? 1 : 0;
|
|
|
|