date formatting issue fix

This commit is contained in:
payalDholakiya
2021-12-13 14:27:44 +05:30
parent b770e6277f
commit 99b1cc80c6
3 changed files with 12 additions and 8 deletions

View File

@ -163,7 +163,7 @@
>
<div class="flex-2">
<BaseText
:text="payment?.customer?.name "
:text="payment?.customer?.name"
:length="30"
class="
pr-2
@ -219,11 +219,11 @@
text-right text-gray-900
"
:amount="payment?.amount"
:currency="payment?.currency"
:currency="payment.customer.currency"
/>
<div class="text-sm text-right text-gray-500 non-italic">
{{ paymentDate }}
{{ payment.formatted_payment_date }}
</div>
</div>
</router-link>