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" },