优化体检预约信息提示,增加婚姻状况确认提示

This commit is contained in:
yuchenglong
2025-12-09 14:04:36 +08:00
parent 1d8ca8ad07
commit 58aa8bbdf0

View File

@@ -363,10 +363,13 @@ const U2: React.FC = () => {
</div>
</div>
</div>
{!patientInfo?.is_valid_exam || patientInfo.is_valid_exam !== 1 ? (
{patientInfo?.is_valid_exam !== 1 ? (
<div className="u2-error-msg">
!
</div>
) : patientInfo?.is_update_patient_info === 1 &&
selectedMarital === null ? (
<div className="u2-error-msg"></div>
) : (
""
)}