添加体检客户列表 耗时计算&渠道显示
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user