问题修复
This commit is contained in:
parent
d5debcd6db
commit
af1fda9a10
|
|
@ -177,7 +177,7 @@
|
||||||
<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 && 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)支付中,发起时间:{{order.drawCashTime}}</text>
|
||||||
<text class="cuIcon-question"></text>
|
<text class="cuIcon-question"></text>
|
||||||
</view>
|
</view>
|
||||||
<view class="margin-top-sm text-red"
|
<view class="margin-top-sm text-red"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue