mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
show payment proof date in payment history
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user