From 6b388bb5fb7b980dec704e8ffa0ac709313eb9fd Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 5 Jul 2024 11:25:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=BB=E5=83=8F=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/patientInfo/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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) : '', }, });