重新在一个新的标签页打开一个界面
<el-table-column prop="show" label="url名称" align = "center" width="200"> <template scope="scope"> <a :href="'http://'+ scope.row.show" target="_blank" style="text-decoration:none;">{{scope.row.show}}</a> </template> </el-table-column>