From 254ffb427a2dc42f4e8215e24bdf6148f99f29ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?=
<153298343@qq.com>
Date: Thu, 2 Mar 2023 21:01:37 +0800
Subject: [PATCH] up
---
common/config.js | 4 +-
components/doingOrder/doingOrder.vue | 322 +++++
pages/home/home.vue | 304 +----
pages/list/list.vue | 9 +-
pages/login/login.vue | 2 +-
pages/nursingCalendar/nursingCalendar.vue | 1437 +++++++++++----------
pages/todayNursing/todayNursing.vue | 798 ++++++------
7 files changed, 1466 insertions(+), 1410 deletions(-)
create mode 100644 components/doingOrder/doingOrder.vue
diff --git a/common/config.js b/common/config.js
index cea6495..925d7b8 100644
--- a/common/config.js
+++ b/common/config.js
@@ -3,8 +3,8 @@ const mode = process.env.NODE_ENV;
let ROOTPATH = ''; //域名
switch (mode) {
case 'development':
- //ROOTPATH = "http://sstt.ali251.langye.net"
- ROOTPATH = "https://sstt.115.langye.net"
+ ROOTPATH = "http://sstt.ali251.langye.net"
+ //ROOTPATH = "https://sstt.115.langye.net"
break;
case 'production':
ROOTPATH = "https://sstt.115.langye.net"
diff --git a/components/doingOrder/doingOrder.vue b/components/doingOrder/doingOrder.vue
new file mode 100644
index 0000000..1a2c6df
--- /dev/null
+++ b/components/doingOrder/doingOrder.vue
@@ -0,0 +1,322 @@
+
+
+
+
+
+
+
+
+ {{item.start_time}}
+
+
+
+ 护理中
+ 待护理
+ 已护理
+
+
+
+
+
+
+
+
+
+
+ {{item.customer.name}}
+
+
+
+
+ {{item.customer.phone || '无'}}
+
+
+
+
+
+ {{item.customer_address.address || '无'}}
+
+
+
+
+ {{item.customer.sex || '无'}}
+
+
+
+
+
+
+ 去那里
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 634a165..bb7851d 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -156,74 +156,17 @@
{{detailNotice.content}}
-
-
-
-
-
- {{item.start_time}}
-
-
-
- 护理中
- 待护理
- 已护理
-
-
-
-
-
-
-
-
-
-
- {{item.customer.name}}
-
-
-
-
- {{item.customer.phone || '无'}}
-
-
-
-
-
- {{item.customer_address.address || '无'}}
-
-
-
-
- {{item.customer.sex || '无'}}
-
-
-
-
-
-
- 去那里
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
diff --git a/pages/todayNursing/todayNursing.vue b/pages/todayNursing/todayNursing.vue
index 0a6124c..65e9da2 100644
--- a/pages/todayNursing/todayNursing.vue
+++ b/pages/todayNursing/todayNursing.vue
@@ -1,397 +1,403 @@
-
-
-
-
-
-
- 护理地图
-
-
-
-
-
-
-
-
-
-
-
- {{timeFormat(item.start_time)}}~{{timeFormat(item.end_time,"HH:mm")}}
-
-
-
-
- 护理中
- 待护理
- 已护理
-
-
-
-
-
-
-
-
-
-
- {{item.customer.name}}
-
-
-
-
- {{item.customer.phone|| '无'}}
-
-
-
-
-
- {{item.customer_address.address || '无'}}
-
-
-
-
- {{ item.customer.sex || '无' }}
-
-
-
-
-
-
-
-
-
-
- {{item.distance}}公里
-
-
- 去那里
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-