diff --git a/src/pages/Zone/Card/ZoneEventsPanel.vue b/src/pages/Zone/Card/ZoneEventsPanel.vue index 10f59eee5..7e286f4fe 100644 --- a/src/pages/Zone/Card/ZoneEventsPanel.vue +++ b/src/pages/Zone/Card/ZoneEventsPanel.vue @@ -6,7 +6,7 @@ import { useRoute } from 'vue-router'; import { useArrayData } from 'src/composables/useArrayData'; import axios from 'axios'; import { toDateFormat, toTimeFormat } from 'src/filters/date.js'; -import { toCurrency } from 'filters/index'; +import { dashOrCurrency, toCurrency } from 'filters/index'; import { dashIfEmpty } from 'src/filters'; import { useWeekdayStore } from 'src/stores/useWeekdayStore'; import { useVnConfirm } from 'composables/useVnConfirm'; @@ -163,11 +163,15 @@ onMounted(async () => { {{ t('eventsPanel.price') }}: - {{ toCurrency(event.price) }} + + {{ dashOrCurrency(event.price)() }} {{ t('eventsPanel.bonus') }}: - {{ toCurrency(event.bonus) }} + + {{ dashOrCurrency(event.bonus)() }} {{ t('eventsPanel.m3Max') }}: