|
|
|
@ -510,9 +510,8 @@ |
|
|
|
:data="detailList" |
|
|
|
border |
|
|
|
stripe |
|
|
|
:row-style="rowDetailStyle" |
|
|
|
@row-click="OQCDetailClickRow" |
|
|
|
style="width: 100%;" |
|
|
|
highlight-current-row |
|
|
|
class="inspection-table"> |
|
|
|
<el-table-column |
|
|
|
prop="" |
|
|
|
@ -2458,17 +2457,6 @@ |
|
|
|
this.FQASSelections = val |
|
|
|
}, |
|
|
|
|
|
|
|
// 单机选中 |
|
|
|
OQCDetailClickRow (row) { |
|
|
|
this.currentDetailRow = JSON.parse(JSON.stringify(row)) |
|
|
|
}, |
|
|
|
|
|
|
|
rowDetailStyle ({row}) { |
|
|
|
if (this.currentDetailRow.itemNo === row.itemNo) { |
|
|
|
return { 'background-color': '#50DCDC', cursor: 'pointer' }; |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
// 刷新派设备文档的列表 |
|
|
|
getFileContentData (row) { |
|
|
|
this.currentFileRow = row |
|
|
|
|