Slight changes on TicketListItem append section

This commit is contained in:
2024-10-22 19:08:52 +02:00
parent 9140765772
commit 4b43757dd4
4 changed files with 58 additions and 62 deletions

View File

@@ -55,34 +55,8 @@ defineProps({
:seat="ticket.seat.seatNr"
:seat-group="ticket.seat.seatRow.seatGroup.name"
:seat-row="ticket.seat.seatRow.row"
:standing-area="ticket.seat.seatRow.seatGroup.standingArea"
/>
</v-col>
</v-row>
<!-- <v-row>
<v-col>
<v-table class="bg-surface-light">
<thead>
<tr>
<th>{{ $t('quantity') }}</th>
<th>{{ $t('event') }}</th>
<th>{{ $t('seatGroup') }}</th>
<th>{{ $t('seatRow') }}</th>
<th>{{ $t('seat') }}</th>
<th>{{ $t('product.productPrice') }}</th>
</tr>
</thead>
<tbody>
<tr v-for="orderItem in order.orderItems">
<td>{{ orderItem.quantity }}x</td>
<td>{{ orderItem }}</td>
<td>{{ orderItem }}</td>
<td>{{ orderItem }} </td>
</tr>
</tbody>
</v-table>
</v-col>
</v-row> -->
</card-view>
</template>