generated from VLADIMIR/template_frontend
update times
This commit is contained in:
parent
baea739043
commit
9c1d842930
@ -23,8 +23,10 @@ onMounted(async () => {
|
|||||||
<div v-if="performance.timeCollection !== '' && performance.timeCollection !== '-'">
|
<div v-if="performance.timeCollection !== '' && performance.timeCollection !== '-'">
|
||||||
Сбор: {{ formatTime(performance.timeCollection) }}
|
Сбор: {{ formatTime(performance.timeCollection) }}
|
||||||
</div>
|
</div>
|
||||||
<div v-if="performance.timeStart !== '' && performance.timeStart !== '-'">
|
<div>
|
||||||
Время: {{ formatTimeRange(performance.timeStart) }}
|
Время:
|
||||||
|
<span v-if="performance.timeStart !== '' && performance.timeStart !== '-'">{{ formatTimeRange(performance.timeStart) }}</span>
|
||||||
|
<span v-else>Уточняется</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Место: {{ capitalizeFirstLetter(performance.place) }}
|
Место: {{ capitalizeFirstLetter(performance.place) }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user