Browse Source

成本分配表-事故单-跳转oa

jbb 2 years ago
parent
commit
50c30eb09a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportForms/cost-allocation-table.vue

+ 1 - 1
src/views/reportForms/cost-allocation-table.vue

@@ -199,7 +199,7 @@
         >
         >
           <!-- 事故单 -->
           <!-- 事故单 -->
           <span slot="accidentNum" slot-scope="text,record">
           <span slot="accidentNum" slot-scope="text,record">
-            <a :href="'http://www.myfitt.cn:18086/#/IncidentTicketModalDetail?id='+record.id">{{ text }}</a>
+            <a :href="'http://www.myfitt.cn:18086/#/IncidentTicketModalDetail?id='+record.id" target="_blank">{{ text }}</a>
           </span>
           </span>
         </a-table>
         </a-table>
       </div>
       </div>