检验报告

yangwl
zhaoxiaolin 4 months ago
parent 8874ec011f
commit 026c444117

@ -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;

Loading…
Cancel
Save