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:
@@ -209,7 +209,7 @@
|
||||
</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
|
||||
Payment proof will be uploaded {{ (parseFloat(item.duration) + 1) <= 0 ? 'today' : (parseFloat(item.duration) + 1) === 2 ? 'tomorrow' : 'in '+(parseFloat(item.duration) + 1)+'days'}} at 4:00 PM
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user