diff --git a/app/pages/bookings/index.vue b/app/pages/bookings/index.vue index 3249b09..02d1928 100644 --- a/app/pages/bookings/index.vue +++ b/app/pages/bookings/index.vue @@ -302,6 +302,15 @@ icon="i-lucide-receipt" size="sm" /> + + + + + + + + {{ detailsBooking.customerName }} + + + Current: {{ ticketLabel(detailsBooking) }} - {{ detailsBooking.seatCount }} seats + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Updated total + + + {{ detailsTotalFormatted }} + + + {{ detailsSeatCount }} seats + + + + + + + + + {{ detailsForm.remark.length }}/{{ remarkLimit }} + + + + + + + + + + + + +
+ {{ detailsBooking.customerName }} +
+ Current: {{ ticketLabel(detailsBooking) }} - {{ detailsBooking.seatCount }} seats +