画像编辑

This commit is contained in:
shidongli 2024-07-05 11:25:57 +08:00
parent c0fb9904d6
commit 6b388bb5fb

View File

@ -284,6 +284,8 @@ export default {
address: row.address,
patientSource: row.patientSource,
createTime: row.createTime,
hospitalAgencyName:row.hospitalAgencyName,
mainDiagnosis:row.mainDiagnosis,
age: row.birthDate ? getAge(row.birthDate) : '',
},
});