问题修复

This commit is contained in:
donqi 2023-04-23 22:44:00 +08:00
parent 6785144775
commit 9391fa99d9
1 changed files with 2 additions and 2 deletions

View File

@ -178,13 +178,13 @@
v-if="order.orderDetailId != null && tabCur === 3 && order.drawCashStatus === 0 && $dateUtil.addHours(order.workFinishTime, 1).getTime() < new Date().getTime()"> v-if="order.orderDetailId != null && tabCur === 3 && order.drawCashStatus === 0 && $dateUtil.addHours(order.workFinishTime, 1).getTime() < new Date().getTime()">
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text> <text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
<text>银联发起T+1支付中正在刷新...</text> <text>银联发起T+1支付中正在刷新...</text>
<text class="text-red margin-left-sm">详情</text> <text class="text-main-color margin-left-sm">详情</text>
</view> </view>
<view class="margin-top-sm text-red" @click="normalShowModalByRef('ledgerAccountRemark')" <view class="margin-top-sm text-red" @click="normalShowModalByRef('ledgerAccountRemark')"
v-if="order.orderDetailId != null && order.drawCashStatus === 1"> v-if="order.orderDetailId != null && order.drawCashStatus === 1">
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text> <text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
<text>银联发起T+1支付中{{order.drawCashTime}}</text> <text>银联发起T+1支付中{{order.drawCashTime}}</text>
<text class="text-red margin-left-sm">详情</text> <text class="text-main-color margin-left-sm">详情</text>
</view> </view>
<!-- <view class="margin-top-sm text-red" v-if="order.orderDetailId != null && order.drawCashStatus === 2"> <!-- <view class="margin-top-sm text-red" v-if="order.orderDetailId != null && order.drawCashStatus === 2">
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text> <text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>