时间段:
{{ appointment.time_slot ? (appointment.time_slot.date).split('T')[0] : '' }}
{{ appointment.time_slot ? formatTime(appointment.time_slot.start_time) : '' }} -
{{ appointment.time_slot ? formatTime(appointment.time_slot.end_time) : '' }}
人数:
{{ appointment.people_count }}人