{{ (row.patient_name || '患').charAt(0) }}
{{ row.patient_name || '-' }}
#{{ row.id }} · {{ row.diagnosis_date_text || formatDateTime(row.create_time) }}
挂号
{{ appointmentStatusLabelByStatus(apt.status) }}
{{ apt.doctor_name || '-' }}
{{ apt.time_text || '-' }}
{{ appointmentStatusLabel(row) }}
{{ row.appointment_doctor_name || '-' }}
{{ row.appointment_time_text || '-' }}
未挂号
复诊
{{ row.followup_time_text || '—' }}
处方作废
助理
{{ getAssistantName(row.assistant_id || row.assistant) }}
诊断
{{ getDictLabel(diagnosisTypeOptions, row.diagnosis_type) }}
{{ getDictLabel(syndromeTypeOptions, row.syndrome_type) }}