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

@ -185,6 +185,10 @@
/>
</template>
<template #cell-expense_date="{ row }">
{{ row.data.formatted_expense_date }}
</template>
<template #cell-user_name="{ row }">
<BaseText
:text="row.data.customer ? row.data.customer.name : '-'"