diff --git a/src/views/manage/patientInfo/index.vue b/src/views/manage/patientInfo/index.vue index 6a59f3a..4a2fdaf 100644 --- a/src/views/manage/patientInfo/index.vue +++ b/src/views/manage/patientInfo/index.vue @@ -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) : '', }, });