Commit 719fd8b6 by denyu

快照连接改为window,open

parent a56b2f78
...@@ -341,5 +341,8 @@ export default { ...@@ -341,5 +341,8 @@ export default {
}, },
onSeainf() { onSeainf() {
},
display(index, row){
window.open("/#/display/"+row['10'].toLowerCase()+"?trn="+row['1']);
} }
} }
\ No newline at end of file
...@@ -227,7 +227,9 @@ ...@@ -227,7 +227,9 @@
label="Display" label="Display"
width="100"> width="100">
<template slot-scope="scope"> <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> </template>
</el-table-column> </el-table-column>
</c-istream-table> </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