This commit is contained in:
2024-08-25 20:46:59 +02:00
parent 734c9ec8f3
commit 5e4118acdd

View File

@@ -204,7 +204,7 @@ setupPage()
]"
>
<template #balance-data="{row}">
{{row.balance.toFixed(2).replace(".",",")}}
{{row.balance ? row.balance.toFixed(2).replace(".",",") + ' €' : '-'}}
</template>
</UTable>