画像编辑
This commit is contained in:
parent
c0fb9904d6
commit
6b388bb5fb
@ -284,6 +284,8 @@ export default {
|
|||||||
address: row.address,
|
address: row.address,
|
||||||
patientSource: row.patientSource,
|
patientSource: row.patientSource,
|
||||||
createTime: row.createTime,
|
createTime: row.createTime,
|
||||||
|
hospitalAgencyName:row.hospitalAgencyName,
|
||||||
|
mainDiagnosis:row.mainDiagnosis,
|
||||||
age: row.birthDate ? getAge(row.birthDate) : '',
|
age: row.birthDate ? getAge(row.birthDate) : '',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user