Display free tickets in standing areas

This commit is contained in:
2024-10-23 13:36:21 +02:00
parent 1f0933e2a9
commit 3faa89a749
9 changed files with 81 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ function handleSeatClick() {
<v-row>
<v-col class="text-center text-h6">
{{ seatGroup.capacity }} {{ $t('standingPlaces') }}
{{ seatGroup.capacity - seatGroup.occupied }} {{ $t('standingPlaces') }}
</v-col>
</v-row>
</v-sheet>