Changes
This commit is contained in:
@@ -204,7 +204,7 @@ setupPage()
|
|||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<template #balance-data="{row}">
|
<template #balance-data="{row}">
|
||||||
{{row.balance.toFixed(2).replace(".",",")}} €
|
{{row.balance ? row.balance.toFixed(2).replace(".",",") + ' €' : '-'}}
|
||||||
</template>
|
</template>
|
||||||
</UTable>
|
</UTable>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user