|
@@ -134,7 +134,7 @@
|
|
|
<template slot-scope="scope">{{ scope.row.name }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="" min-width="300">
|
|
|
- <template slot-scope="scope"><a :href="scope.row.url" style="color:blue;">{{ scope.row.url }}</a></template>
|
|
|
+ <template slot-scope="scope"><a :href="scope.row.url" target="_blank" style="color:blue;">{{ scope.row.url }}</a></template>
|
|
|
</el-table-column>
|
|
|
<el-table-column fixed="right" label="" width="50" align="center">
|
|
|
<template slot-scope="scope">
|