Commit 719fd8b6 by denyu

快照连接改为window,open

parent a56b2f78
......@@ -341,5 +341,8 @@ export default {
},
onSeainf() {
},
display(index, row){
window.open("/#/display/"+row['10'].toLowerCase()+"?trn="+row['1']);
}
}
\ No newline at end of file
......@@ -227,7 +227,9 @@
label="Display"
width="100">
<template slot-scope="scope">
<a :href="`/#/display/${scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank">显示快照</a>
<!-- <a :href="`/#/display/${scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照</a>-->
<a @click="display(scope.$index, scope.row)">显示快照</a>
</template>
</el-table-column>
</c-istream-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment