完善已消耗时间

This commit is contained in:
xianyi
2025-12-26 10:01:50 +08:00
parent c46df45495
commit dd53918e18
2 changed files with 3 additions and 3 deletions

View File

@@ -329,9 +329,7 @@ export const ExamDetailPanel = ({
<div>
<span className='text-gray-900'>
{appointmentInfo?.physical_exam_complete_time && appointmentInfo?.sign_in_time
? `${appointmentInfo.physical_exam_complete_time} - ${appointmentInfo.sign_in_time}`
: client.elapsed}
{loading ? '' : (appointmentInfo?.time_spent || client.elapsed)}
</span>
</div>
<div className='col-span-2'>