{{ $t("common.table_column.date") }} | {{ $t("common.table_column.start") }} | {{ $t("common.table_column.end") }} | {{ $t("common.category.customer") }} | {{ $t("common.status") }} | {{ $t("content.appointment.others.note") }} | {{ $t("common.table_column.action") }} |
---|---|---|---|---|---|---|
{{ appointment.date }} | {{ appointment.start_time }} | {{ appointment.end_time }} | {{ appointment.customer ? appointment.customer.name : '' }} | {{ appointment.status === 1 ? $t("common.status_label.processed") : $t("common.status_label.noprocess") }} | {{ appointment.note }} |
|