From 04a0f81129eaa83e5adf167c4dcbb990e2eca01d Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 30 Mar 2023 12:00:28 +0800 Subject: [PATCH 01/13] 144 --- .../AppIntegratingTask/components/List.vue | 45 +++++++++++++++++-- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/project/fengdu/app/AppIntegratingTask/components/List.vue b/project/fengdu/app/AppIntegratingTask/components/List.vue index de85698c..6b14f285 100644 --- a/project/fengdu/app/AppIntegratingTask/components/List.vue +++ b/project/fengdu/app/AppIntegratingTask/components/List.vue @@ -11,10 +11,44 @@ @change="search.current = 1, getList()"> From 27fe4304b636fa07141dc8cbe093d0ee368bdf50 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 30 Mar 2023 15:57:33 +0800 Subject: [PATCH 10/13] 175 --- project/fengdu/app/AppIntegratingTask/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/app/AppIntegratingTask/components/List.vue b/project/fengdu/app/AppIntegratingTask/components/List.vue index 30c2788e..a013aaf7 100644 --- a/project/fengdu/app/AppIntegratingTask/components/List.vue +++ b/project/fengdu/app/AppIntegratingTask/components/List.vue @@ -129,7 +129,7 @@ { textAlign: 'center' }, - `${row.intoBegintime}至${row.exitEndtime || '-'}`) + row.exitEndtime ? `${row.intoBegintime}至${row.exitEndtime}` : row.intoBegintime) }, { prop: "status", label: "活动状态", align: "center", dict:"fdIntegralTaskStatus" }, { slot: "qrcode" }, From 310a39cd3a018517f6cccfe0e215edb220ed3f8b Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 30 Mar 2023 16:45:06 +0800 Subject: [PATCH 11/13] 178 --- project/fengdu/app/AppIntegratingTask/components/List.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/fengdu/app/AppIntegratingTask/components/List.vue b/project/fengdu/app/AppIntegratingTask/components/List.vue index a013aaf7..bb9e69dc 100644 --- a/project/fengdu/app/AppIntegratingTask/components/List.vue +++ b/project/fengdu/app/AppIntegratingTask/components/List.vue @@ -65,12 +65,12 @@ - + From 70172e2a98ca0a3b85007b07a1c684c02439f17c Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 30 Mar 2023 17:26:33 +0800 Subject: [PATCH 12/13] bug --- .../app/AppIntegratingTask/components/Detail.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/project/fengdu/app/AppIntegratingTask/components/Detail.vue b/project/fengdu/app/AppIntegratingTask/components/Detail.vue index 8c993543..14034b67 100644 --- a/project/fengdu/app/AppIntegratingTask/components/Detail.vue +++ b/project/fengdu/app/AppIntegratingTask/components/Detail.vue @@ -4,7 +4,6 @@