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