{{ day }}
{{ day.day }}
{{ day.bookingCount }}人
{{ selectedDate }} 可选时间段
(总预约: {{ totalBookingCount }}人)
{{ formatTime(slot.start_time) }} - {{ formatTime(slot.end_time) }}
{{ slot.current_people }}/{{ slot.max_people }}
{{ slot.current_people >= slot.max_people ? '已满' : '预约' }}
日期:
{{ selectedDate }}
时间段:
{{ selectedSlot?.start_time ? formatTime(selectedSlot.start_time) : '' }} - {{
selectedSlot?.end_time ? formatTime(selectedSlot.end_time) : '' }}
人数: