feat: show number of participants in price breakdown
addresses #869axbcy8
This commit is contained in:
+6
@@ -149,6 +149,12 @@
|
|||||||
<th class="text-left py-2">Basispreis</th>
|
<th class="text-left py-2">Basispreis</th>
|
||||||
<td>{{ formatCurrency(pricePax.base) }}</td>
|
<td>{{ formatCurrency(pricePax.base) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="odd:bg-zinc-100">
|
||||||
|
<th class="text-left py-2">Personenzahl</th>
|
||||||
|
<td>
|
||||||
|
{{ selectedPax }}<span v-if="childrenCount > 0">, davon Kinder {{ childrenCount }}</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr class="odd:bg-zinc-100"
|
<tr class="odd:bg-zinc-100"
|
||||||
v-if="pricePax.additional.EUR > 0 || pricePax.additional.CHF > 0">
|
v-if="pricePax.additional.EUR > 0 || pricePax.additional.CHF > 0">
|
||||||
<th class="text-left py-2">Aufpreis Personenzahl</th>
|
<th class="text-left py-2">Aufpreis Personenzahl</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user