qinzhipeng_v vor 5 Jahren
Ursprung
Commit
43b06153e7

+ 1 - 1
src/views/Platform/bugManage/bugQuery.vue

@@ -84,7 +84,7 @@
             </el-table-column>
             <el-table-column label="" min-width="300">
               <template slot-scope="scope">
-                <a target="_blank" :href="scope.row.url" style="color:blue;">{{ scope.row.url }}</a>
+                <a :href="scope.row.url" target="_blank" style="color:blue;">{{ scope.row.url }}</a>
               </template>
             </el-table-column>
           </el-table>

+ 1 - 1
src/views/Platform/bugManage/bugUpdate.vue

@@ -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">