diff --git a/components/region-picker/region-picker.vue b/components/region-picker/region-picker.vue
index bd0f77bf..9859378b 100644
--- a/components/region-picker/region-picker.vue
+++ b/components/region-picker/region-picker.vue
@@ -6,19 +6,19 @@
{{$t('common.confirm')}}
-
+
{{ item.name }}
-
+
{{ item.name }}
-
+
{{ item.name }}
@@ -205,27 +205,30 @@ export default {
};
diff --git a/locale/en.json b/locale/en.json
index 6eebf956..975b0958 100644
--- a/locale/en.json
+++ b/locale/en.json
@@ -258,7 +258,10 @@
"plugins-givegift-receive": "Gift collection",
"plugins-givegift-gift": "My gift",
"plugins-givegift-code": "Gift Link",
- "plugins-orderresources-orderannex": "Order Resources"
+ "plugins-orderresources-orderannex": "Order Resources",
+ "plugins-hospital-patient": "Add/Edit Patient",
+ "plugins-hospital-patient-list": "Patient List",
+ "plugins-hospital-prescription": "Consultation and prescription"
},
"login": {
"login": {
diff --git a/locale/zh.json b/locale/zh.json
index 32956833..71fbdda1 100644
--- a/locale/zh.json
+++ b/locale/zh.json
@@ -256,7 +256,10 @@
"plugins-givegift-receive": "礼品领取",
"plugins-givegift-gift": "我的送礼",
"plugins-givegift-code": "礼品链接",
- "plugins-orderresources-orderannex": "订单资源"
+ "plugins-orderresources-orderannex": "订单资源",
+ "plugins-hospital-patient": "就诊人添加/编辑",
+ "plugins-hospital-patient-list": "就诊人列表",
+ "plugins-hospital-prescription": "问诊开方"
},
"login": {
"login": {
diff --git a/pages/personal/personal.css b/pages/personal/personal.css
index 11f16baa..2c8e3fe4 100644
--- a/pages/personal/personal.css
+++ b/pages/personal/personal.css
@@ -8,9 +8,4 @@
*/
.form-container .form-gorup:not(:last-child) {
border-bottom: 2rpx solid #F5F5F5;
-}
-
-.bottom-fixed button {
- height: 88rpx;
- line-height: 88rpx;
}
\ No newline at end of file
diff --git a/pages/plugins/hospital/patient-list/patient-list.vue b/pages/plugins/hospital/patient-list/patient-list.vue
index d4def6a2..67fa2920 100644
--- a/pages/plugins/hospital/patient-list/patient-list.vue
+++ b/pages/plugins/hospital/patient-list/patient-list.vue
@@ -1,6 +1,12 @@
+
+
+
+
+ {{patient_tips}}
+
@@ -53,7 +59,8 @@
data_list_loding_status: 1,
data_list_loding_msg: '',
params: {},
- data_list: [],
+ data_list: [],
+ patient_tips: null,
};
},
@@ -122,6 +129,7 @@
this.setData({
data_list_loding_status: 0,
data_list_loding_msg: '',
+ patient_tips: data.patient_tips || null,
data_list: data.data_list || [],
});
} else {
diff --git a/pages/plugins/hospital/patient/patient.css b/pages/plugins/hospital/patient/patient.css
index e69de29b..64a4a15c 100644
--- a/pages/plugins/hospital/patient/patient.css
+++ b/pages/plugins/hospital/patient/patient.css
@@ -0,0 +1,3 @@
+.health-tips {
+ width: calc(100% - 100rpx);
+}
\ No newline at end of file
diff --git a/pages/plugins/hospital/patient/patient.vue b/pages/plugins/hospital/patient/patient.vue
index a45b489d..c59a0ea2 100644
--- a/pages/plugins/hospital/patient/patient.vue
+++ b/pages/plugins/hospital/patient/patient.vue
@@ -1,53 +1,151 @@
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- 健康信息填写处理
-
-
-
-
-
-
-
-
-
+