重新在一個新的標簽頁打開一個界面
<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>