qinzhipeng_v 5 년 전
부모
커밋
43b06153e7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/Platform/bugManage/bugQuery.vue
  2. 1 1
      src/views/Platform/bugManage/bugUpdate.vue

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