{{
item.type === 'consultation_complete'
? '面诊结束'
: item.type === 'patient_left_chat'
? '患者离开会话'
: '患者打开会话'
}}
{{ item.patient_name || '患者' }}
的面诊已由
{{ item.doctor_name || '医生' }}
完成,请及时跟进
{{ item.patient_name || '患者' }}
已离开问诊会话页面
{{ item.patient_name || '患者' }}
已打开与您的会话,请及时查看
{{ formatTime(item.created_at) }}