update times

This commit is contained in:
Владимир Фёдоров 2026-03-26 14:56:04 +07:00
parent baea739043
commit 9c1d842930

View File

@ -23,8 +23,10 @@ onMounted(async () => {
<div v-if="performance.timeCollection !== '' && performance.timeCollection !== '-'">
Сбор: {{ formatTime(performance.timeCollection) }}
</div>
<div v-if="performance.timeStart !== '' && performance.timeStart !== '-'">
Время: {{ formatTimeRange(performance.timeStart) }}
<div>
Время:
<span v-if="performance.timeStart !== '' && performance.timeStart !== '-'">{{ formatTimeRange(performance.timeStart) }}</span>
<span v-else>Уточняется</span>
</div>
<div>
Место: {{ capitalizeFirstLetter(performance.place) }}