Vue 超链接跳转 <template slot-scope="scope"> <div class="scope-div" :title="scope.row.gb_url"> <el-link :href="scope.row.gb_url" style="margin-right:10px;" target="_blank"> {{scope.row.gb_url}} </el-link> </div> </template >