Update frontend/pages/wedstrijd/alltimes.vue
All checks were successful
Build and Deploy / Deploy (push) Successful in 4m34s
All checks were successful
Build and Deploy / Deploy (push) Successful in 4m34s
This commit is contained in:
parent
d6bbb89581
commit
408d592af0
@ -65,13 +65,14 @@
|
|||||||
<h2 class="font-bold mr-auto">{{ event.name }}</h2>
|
<h2 class="font-bold mr-auto">{{ event.name }}</h2>
|
||||||
<span v-if="contestStore.filteredTimings.filter(a => a.event === event.id).length > 0" class="">
|
<span v-if="contestStore.filteredTimings.filter(a => a.event === event.id).length > 0" class="">
|
||||||
<span>
|
<span>
|
||||||
{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].time.minutes }}:{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].time.seconds }}:{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].time.milliseconds }} |</span>
|
{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].time.minutes }}:{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].time.seconds }}:{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].time.milliseconds }} |
|
||||||
</span>
|
</span>
|
||||||
<span class="hidden md:inline-block mr-1">
|
<span class="hidden md:inline-block mr-1">
|
||||||
{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].contest.type }}
|
{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].contest.type }}
|
||||||
{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].contest.date.toLocaleDateString('nl-NL') }} |
|
{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].contest.date.toLocaleDateString('nl-NL') }} |
|
||||||
{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].contest.location }} |
|
{{ contestStore.filteredTimings.filter(a => a.event === event.id)[0].contest.location }} |
|
||||||
</span>
|
</span>
|
||||||
|
</span>
|
||||||
<span v-else class="">Geen tijd</span>
|
<span v-else class="">Geen tijd</span>
|
||||||
<Icon size="1.2em" name="ion:arrow-down-b" class="my-auto ml-2 transition-all" :class="{'rotate-180' : event.open }" />
|
<Icon size="1.2em" name="ion:arrow-down-b" class="my-auto ml-2 transition-all" :class="{'rotate-180' : event.open }" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user