From 27fe4304b636fa07141dc8cbe093d0ee368bdf50 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 30 Mar 2023 15:57:33 +0800 Subject: [PATCH] 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" },