From 5e7b6de8a3d6882866fc623ea010f6f9d9cd8134 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Fri, 14 Oct 2022 11:58:52 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=97=B6=E9=97=B4?=
=?UTF-8?q?=EF=BC=8C=E6=8A=A4=E7=90=86=E7=AB=99=E7=AE=80=E4=BB=8B=EF=BC=8C?=
=?UTF-8?q?=E9=99=84=E8=BF=91=E6=8A=A4=E7=90=86=E7=AB=99=EF=BC=8C=E5=BC=80?=
=?UTF-8?q?=E5=90=AF=E5=AE=9A=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 32 ++-
pages/appointment/appointment.vue | 82 +++++++
pages/detail/detail.vue | 223 +++++++++++-------
pages/site/site.vue | 368 ++++++++++++++----------------
4 files changed, 425 insertions(+), 280 deletions(-)
create mode 100644 pages/appointment/appointment.vue
diff --git a/pages.json b/pages.json
index 2c76f6d..33234c6 100644
--- a/pages.json
+++ b/pages.json
@@ -23,6 +23,22 @@
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //背景颜色
}
+ },{
+ "path" : "pages/appointment/appointment",
+ "style" :
+ {
+ "navigationBarTitleText": "选择时间",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path": "pages/detail/detail",
+ "style": {
+ "navigationBarTitleText": "护理站简介",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff" //背景颜色
+ }
}, {
"path": "pages/homepage/homepage",
"style": {
@@ -39,12 +55,14 @@
}
},
{
- "path": "pages/detail/detail",
- "style": {
- "navigationBarTitleText": "护理站简介",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff" //背景颜色
- }
+ "path" : "pages/appointmenttime/appointmenttime",
+ "style" :
+ {
+ "navigationBarTitleText": "预约时间",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff" //背景颜色
+ }
+
},
{
"path": "pages/homepage/homepage",
@@ -88,7 +106,7 @@
"navigationBarBackgroundColor": "#ffffff"
}
}
- ],
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
diff --git a/pages/appointment/appointment.vue b/pages/appointment/appointment.vue
new file mode 100644
index 0000000..b040ba7
--- /dev/null
+++ b/pages/appointment/appointment.vue
@@ -0,0 +1,82 @@
+
+
+
+ 选择想要预约的时间
+
+
+ 9月10号
+
+
+ 9月11号
+
+
+ 9月12号
+
+
+ 9月13号
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue
index 1ce2a61..7c79501 100644
--- a/pages/detail/detail.vue
+++ b/pages/detail/detail.vue
@@ -1,111 +1,170 @@
-
+
-
-
-
- 护理站是以维护社区人群健康、满足社区 人群基本医疗护理需求为宗旨,以护士为核心 的各类护理人员组成的团队,在一定社区范围 内,为长期卧床老人、患者、残疾人、临终患 者和其他需要护理服务者提供基础护理、专科 护理、临终护理、消毒隔离技术指导、营养指导、社区康复指导、健康宣教和其他护理服务 的医疗机构。
+
+
+
+ 护理站是以维护社区人群健康、满足社区 人群基本医疗护理需求为宗旨,以护士为核心 的各类护理人员组成的团队,在一定社区范围 内,为长期卧床老人、患者、残疾人、临终患
+ 者和其他需要护理服务者提供基础护理、专科 护理、临终护理、消毒隔离技术指导、营养指导、社区康复指导、健康宣教和其他护理服务 的医疗机构。
护理站以遵医嘱的上门护理服务为主,包括生活护理和医疗护理,详情如下:
-
-
-
-
-
+
-
-
-
-
+
+
+
+ 生活护理
+
+
+
+
+
+
+ 医疗护理
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/site/site.vue b/pages/site/site.vue
index dbe7fc2..7555766 100644
--- a/pages/site/site.vue
+++ b/pages/site/site.vue
@@ -1,11 +1,12 @@
-
-
-
+
+
+ 什么是护理站?
+
+
+
+
@@ -15,42 +16,17 @@
济南护万家护理有限公司
距离您800米
-
+
-
+
泉医通
济卫护理联盟NO.1
-
+
- 点击了解
-
-
-
-
-
-
+ 点击了解
@@ -71,115 +47,126 @@
From c9b2a440af4923b1b973cffdf55dbe924d1fede0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Fri, 14 Oct 2022 19:48:48 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E6=97=B6=E9=97=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/appointmenttime/appointmenttime.vue | 228 ++++++++++++++++
pages/site/site.vue | 305 +++++++++++-----------
2 files changed, 375 insertions(+), 158 deletions(-)
create mode 100644 pages/appointmenttime/appointmenttime.vue
diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue
new file mode 100644
index 0000000..f732a61
--- /dev/null
+++ b/pages/appointmenttime/appointmenttime.vue
@@ -0,0 +1,228 @@
+
+
+ 请填写下面的信息
+
+
+ 姓名:
+ 李某某
+
+ 电话:
+ 18565988855
+
+ 地址:
+ 111
+
+ 时间:
+ 9月1日
+
+
+
+ 套餐信息:
+ ¥60
+
+
+ ·气管切开
+
+
+
+ 耗材包详情:
+ ¥60
+
+
+ ·一次性换药包X1,一次性注射器X1
+
+
+
+ 备注:
+ 修改信息
+ 确认预约
+
+
+
+
+
diff --git a/pages/site/site.vue b/pages/site/site.vue
index 7555766..38cc9c4 100644
--- a/pages/site/site.vue
+++ b/pages/site/site.vue
@@ -1,39 +1,44 @@
-
+
- 什么是护理站?
+ 什么是护理站?
-
-
+
+
+
+
+
+ {{item.nurseStationName}}
+ 距离您800米
+
-
- 济南护万家护理有限公司
- 距离您800米
-
-
-
+
+
+
+ 泉医通
+ 济卫护理联盟NO.1
+
+
-
- 泉医通
- 济卫护理联盟NO.1
-
-
+
+ 点击了解
+
+
- 点击了解
-
+
+
-
请打开系统定位
@@ -47,34 +52,20 @@