From aa36d0191d8af8c7173fdcff7d738ae2ef07695a Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 28 Aug 2023 16:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=A9=E6=B5=81=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E8=AF=A6=E6=83=85=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=8A=A5=E5=90=8D=E5=8D=95=E4=B8=AD=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/index.vue | 53 +++++++++++++++++------- src/views/statistics/index.vue | 75 +++++++++++++++++----------------- src/views/wel/index.vue | 2 +- 3 files changed, 76 insertions(+), 54 deletions(-) diff --git a/src/views/order/index.vue b/src/views/order/index.vue index 0c035cd..0b1e129 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -96,7 +96,7 @@ -
{{ checkaccept.address }}
+
{{ checkaccept.province }}{{ checkaccept.city }}{{ checkaccept.district }}{{ checkaccept.address }}
@@ -138,7 +138,28 @@ :timestamp="activity.time" :color="activity.color">
-

{{activity.status == '揽收' ? '已揽件' : activity.status == '运输中' ? '运输中' : activity.status == '派件' ? '派件中' : activity.status == '投柜或驿站' ? '投柜或驿站' : ''}}

+ +

+ 已揽收 +

+

+ 已下单 +

+

+ 待揽收 +

+

+ 运输中 +

+

+ 派件中 +

+

+ 已投递菜鸟驿站/快递柜 +

+

+ 已签收 +

{{activity.context}}

@@ -169,19 +190,21 @@ import md5 from "js-md5"; export default { data() { return { - activities: [{ - status:'在途', - content: '【昆明市】 快件已到达 昆明中转', - time: '2023-08-15 15:30:16' - }, { - status:'在途', - content: '【丽江市】 快件已发往 昆明中转', - time: '2023-08-14 19:02:02' - }, { - status:'揽收', - content: '【丽江市】 【丽江华坪县】(0888-8834031) 的 P1陈平(15108866686) 已揽收', - time: '2023-08-14 19:01:18' - }], + activities: [ + // { + // status:'在途', + // content: '【昆明市】 快件已到达 昆明中转', + // time: '2023-08-15 15:30:16' + // }, { + // status:'在途', + // content: '【丽江市】 快件已发往 昆明中转', + // time: '2023-08-14 19:02:02' + // }, { + // status:'揽收', + // content: '【丽江市】 【丽江华坪县】(0888-8834031) 的 P1陈平(15108866686) 已揽收', + // time: '2023-08-14 19:01:18' + // } + ], active: "1", form: {}, dialogVisible: false, diff --git a/src/views/statistics/index.vue b/src/views/statistics/index.vue index 5659c5e..146ae6f 100644 --- a/src/views/statistics/index.vue +++ b/src/views/statistics/index.vue @@ -14,8 +14,8 @@ - -