@@ -160,14 +238,14 @@ onMounted(async () => {
{{ t('Total entries') }}:
- {{ totalRows.totalPrice }} €
+ {{ toCurrency(totalRows.totalPrice) }}
{{ t('Total stems entries') }}:
- {{ totalRows.totalQuantity }}
+ {{ toNumber(totalRows.totalQuantity) }}
@@ -177,59 +255,111 @@ onMounted(async () => {
-