Browse Source

2025-11-06

oqc优化
master
fengyuan_yang 2 months ago
parent
commit
95adecf227
  1. 7
      src/views/modules/qc/OQCResultEntry.vue

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

Loading…
Cancel
Save