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