@@ -230,7 +230,8 @@
>
<!-- 发票号码明细 -->
<span slot="invoiceNum" slot-scope="text">
- <a>{{ text }}</a>
+ <a v-if="text!=='合计'">{{ text }}</a>
+ <span v-else>{{text}}</span>
</span>
</a-table>
</div>