From 026c444117c1eb484e5a7848b8c5b2bc247ff035 Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Thu, 30 May 2024 16:52:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/quality/produceReport/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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;