From 95adecf22735bad2326040b297d06e97c5a71b99 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 6 Nov 2025 16:06:25 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-06=20oqc=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/OQCResultEntry.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/views/modules/qc/OQCResultEntry.vue b/src/views/modules/qc/OQCResultEntry.vue index f2d0a4e..ad6874a 100644 --- a/src/views/modules/qc/OQCResultEntry.vue +++ b/src/views/modules/qc/OQCResultEntry.vue @@ -264,7 +264,6 @@ ref="OQCTable" show-summary :summary-method="getSummaries" - :row-style="rowStyle" @row-click="FQASClickRow" @selection-change="selectionFQAS" style="width: 100%;"> @@ -2215,12 +2214,6 @@ this.FQASSelections = val }, - rowStyle ({row}) { - if (this.currentRow.inspectionNo === row.inspectionNo) { - return { 'background-color': '#E8F7F6', cursor: 'pointer' }; - } - }, - // 单机选中 OQCDetailClickRow (row) { this.currentDetailRow = JSON.parse(JSON.stringify(row))