Zone Calendar #411

Merged
jsegarra merged 28 commits from :feature/ZoneCalendar into dev 2024-06-07 07:40:01 +00:00
1 changed files with 7 additions and 3 deletions
Showing only changes of commit b7bc82aa3c - Show all commits

View File

@ -6,7 +6,7 @@ import { useRoute } from 'vue-router';
import { useArrayData } from 'src/composables/useArrayData'; import { useArrayData } from 'src/composables/useArrayData';
import axios from 'axios'; import axios from 'axios';
import { toDateFormat, toTimeFormat } from 'src/filters/date.js'; 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 { dashIfEmpty } from 'src/filters';
import { useWeekdayStore } from 'src/stores/useWeekdayStore'; import { useWeekdayStore } from 'src/stores/useWeekdayStore';
import { useVnConfirm } from 'composables/useVnConfirm'; import { useVnConfirm } from 'composables/useVnConfirm';
@ -163,11 +163,15 @@ onMounted(async () => {
</span> </span>
<span class="color-vn-label"> <span class="color-vn-label">
{{ t('eventsPanel.price') }}: {{ t('eventsPanel.price') }}:
<span class="color-vn-text"> {{ toCurrency(event.price) }}</span> <span class="color-vn-text">

Debe aparecer un guion en vez de la currency

Debe aparecer un guion en vez de la currency
{{ dashOrCurrency(event.price)() }}</span
>
</span> </span>
<span class="color-vn-label"> <span class="color-vn-label">
{{ t('eventsPanel.bonus') }}: {{ t('eventsPanel.bonus') }}:
<span class="color-vn-text"> {{ toCurrency(event.bonus) }}</span> <span class="color-vn-text">
{{ dashOrCurrency(event.bonus)() }}</span
>
</span> </span>
<span class="color-vn-label"> <span class="color-vn-label">
{{ t('eventsPanel.m3Max') }}: {{ t('eventsPanel.m3Max') }}: