show payment proof date in payment history

This commit is contained in:
omair saleh
2022-03-15 15:02:23 +08:00
parent e16503415a
commit 53a606e6b4
@@ -207,6 +207,12 @@
</div>
</div>
</div>
<div class="row" v-if="">
<div class="col">
Payment proof will be uploaded {{ (item.duration + 1) <= 0 ? 'today' : (item.duration + 1) === 2 ? 'tomorrow' : 'in '+(item.duration + 1)+'days'}} at 4:00 PM
{{item.duration >= 0 ? : 'Payment proof will be uploaded today at 4:00 PM' }}
</div>
</div>
</div>
</div>
<div class="row m-t-10" v-show="[2, 3].includes(item.status) && totalRequestedRefund < data.booking.amount">