From cd1ab26978e08262779b62eb5845733a99e87be2 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Thu, 27 Apr 2023 15:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E9=85=8D=E7=BD=AE=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/nurseManagement/UBMOrder.vue | 14 +- .../modules/nurseManagement/addProject.vue | 183 ++++++++++++----- .../modules/nurseManagement/myDialog.vue | 5 +- .../reservation/subList/index.vue | 92 +-------- .../reservation/subSetting/index.vue | 190 +++++++++++------- 5 files changed, 272 insertions(+), 212 deletions(-) diff --git a/src/page-subspecialty/views/modules/nurseManagement/UBMOrder.vue b/src/page-subspecialty/views/modules/nurseManagement/UBMOrder.vue index 29da694..699e7bf 100644 --- a/src/page-subspecialty/views/modules/nurseManagement/UBMOrder.vue +++ b/src/page-subspecialty/views/modules/nurseManagement/UBMOrder.vue @@ -4,17 +4,17 @@ -
+
患者信息
-
登记号:132456
-
电话:19912132456
+
登记号:{{ patientInfo.patientId }}
+
电话:{{ patientInfo.patientPhone }}
-
姓名:张三
-
性别:男
-
生日:1991-08-08
-
年龄:23
+
姓名:{{ patientInfo.patientName }}
+
性别:{{ patientInfo.patientSex }}
+
生日:{{ patientInfo.patientBirthday }}
+
年龄:{{ patientInfo.patientAge }}
来源:门诊/住院
diff --git a/src/page-subspecialty/views/modules/nurseManagement/addProject.vue b/src/page-subspecialty/views/modules/nurseManagement/addProject.vue index f6110a8..a8898cb 100644 --- a/src/page-subspecialty/views/modules/nurseManagement/addProject.vue +++ b/src/page-subspecialty/views/modules/nurseManagement/addProject.vue @@ -1,33 +1,49 @@