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