From 08225b7e1fa9c2c1cd28ca7c42603426f0cee1e0 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 30 Mar 2023 09:46:27 +0800 Subject: [PATCH] 153 --- 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 80134c37..de85698c 100644 --- a/project/fengdu/app/AppIntegratingTask/components/List.vue +++ b/project/fengdu/app/AppIntegratingTask/components/List.vue @@ -71,7 +71,7 @@ created () { this.search.areaId = this.$store.state.user.info.areaId - this.$dict.load('tfx_activityStatus').then(()=> { + this.$dict.load('fdIntegralTaskStatus').then(()=> { this.getList() }) }, @@ -92,7 +92,7 @@ }, `${row.intoBegintime}至${row.exitEndtime}`) }, - { prop: "status", label: "活动状态", align: "center", dict:"tfx_activityStatus" }, + { prop: "status", label: "活动状态", align: "center", dict:"fdIntegralTaskStatus" }, { slot: "qrcode" }, { slot: "options", }, ]