更新客户接口字段显示

This commit is contained in:
xianyi
2025-12-24 14:07:57 +08:00
parent 31f525cf69
commit a531f0131e
3 changed files with 8 additions and 23 deletions

View File

@@ -202,6 +202,8 @@ export const ExamDetailPanel = ({
</div>
<div>
<span className='text-gray-900'>{loading ? '' : (customerInfo?.id_no || '—')}</span>
<br />
<span className='text-gray-900'>{loading ? '' : (customerInfo?.card_number || '—')}</span>
</div>
<div className='flex items-center'>
<span></span>
@@ -244,7 +246,7 @@ export const ExamDetailPanel = ({
<div>
/
<span className='text-gray-900'>
{customerInfo?.gender_name || client.gender} / {client.age}
{customerInfo?.gender_name || client.gender} / {customerInfo?.age || client.age}
</span>
</div>
<div>