添加体检客户列表 耗时计算&渠道显示

This commit is contained in:
xianyi
2025-12-22 10:24:17 +08:00
parent 4bfb09b7d9
commit 11ac18fade
3 changed files with 40 additions and 208 deletions

View File

@@ -199,9 +199,11 @@ export const ExamSection = ({
>
<div className='flex items-center justify-between mb-1'>
<span className='font-medium'>{client.name}</span>
{client.familyDoctorName && <span className='text-xs text-gray-500'>{client.familyDoctorName}</span>}
<Badge>{client.level}</Badge>
</div>
<div className='text-xs text-gray-500 truncate'>{client.packageName}</div>
<div className='text-xs text-gray-500 truncate'>{client.channel ?? ''}</div>
<div className='flex items-center justify-between text-xs text-gray-500 mt-1'>
<span>{client.status}</span>
<span>{client.elapsed}</span>