diff --git a/src/views/quality/produceReport/index.vue b/src/views/quality/produceReport/index.vue index e37cdab..abe6809 100644 --- a/src/views/quality/produceReport/index.vue +++ b/src/views/quality/produceReport/index.vue @@ -1089,6 +1089,7 @@ export default { // }; // } // } + /** if (columnIndex === 0) { const _row = this.spanArr[rowIndex]; const _col = _row > 0 ? 1 : 0; @@ -1097,6 +1098,7 @@ export default { colspan: _col, }; } + **/ if (columnIndex === 1) { const _row = this.spanArr[rowIndex]; const _col = _row > 0 ? 1 : 0;