查询
重置
由每日定时任务「待分配诊单自动指派」写入:按上月二诊复诊接诊率分档轮询分配(>70% 每人3条/日,60%~70% 每人2条/日,50%~60% 每人1条/日,<50% 不分)。每条待指派诊单一行,含分配 / 不分配原因。
{{ row.create_time_text || '—' }}
{{ row.patient_name || '—' }}
{{ row.patient_phone || '' }}
{{ row.action_text }}
{{ row.assistant_name || '#' + row.assistant_id }}
上月二诊接诊率 {{ formatRate(row.visit2_rate) }}
—
{{ row.tier_text || '—' }}
{{ Number(row.round_no) > 0 ? '第' + row.round_no + '轮' : '—' }}
{{ row.reason }}
{{ row.batch_no }}