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))