|
@@ -115,7 +115,8 @@
|
|
|
<div class="orderFee2" >{{ item.totalPaidAmount || item.invoiceTotalAmount | currency }}</div>
|
|
|
<div class="orderDetail" v-if="item.status === 'COMPLETE'">查看详情</div>
|
|
|
<!-- v-if="/FAILED|3/.test(item.status)" -->
|
|
|
- <div v-if="/FAILED|3/.test(item.status)" class="try-again" @click="tryGoToInvoicing(item)">重新开票</div>
|
|
|
+ <!-- 去掉所有重新开票按钮 -->
|
|
|
+ <!-- <div v-if="/FAILED|3/.test(item.status)" class="try-again" @click="tryGoToInvoicing(item)">重新开票</div> -->
|
|
|
<!-- <van-icon name="arrow" /> -->
|
|
|
</div>
|
|
|
<!-- <div class="choice_card_index mb0">
|