设置默认值

This commit is contained in:
Flow 2025-06-16 12:55:27 +08:00
parent fbc7699bfb
commit 9ae0f2fbcf

View File

@ -804,9 +804,9 @@ const loadPatientData = async (patient) => {
general: { summary: '未见异常' },
ultrasound: { finding: '未见异常', diagnosis: '未见异常' },
ecg: { finding: '详见报告单', diagnosis: '详见报告单' },
blood: { summary: '' },
blood: { summary: '未见异常' },
urine: { summary: '未见异常' },
biochemical: { summary: '' }
biochemical: { summary: '未见异常' }
}
//