From 302f5946f88a1db8e2139bdcf81675ff033c7cee Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 4 Feb 2025 23:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E6=96=B9=E9=97=AE=E8=AF=8A=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/region-picker/region-picker.vue | 55 +-- locale/en.json | 5 +- locale/zh.json | 5 +- pages/personal/personal.css | 5 - .../hospital/patient-list/patient-list.vue | 10 +- pages/plugins/hospital/patient/patient.css | 3 + pages/plugins/hospital/patient/patient.vue | 426 ++++++++++++++++-- .../hospital/prescription/prescription.vue | 151 ++++--- 8 files changed, 522 insertions(+), 138 deletions(-) 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 @@