This commit is contained in:
yanran200730
2023-03-30 09:46:27 +08:00
parent ebf1802374
commit 08225b7e1f

View File

@@ -71,7 +71,7 @@
created () { created () {
this.search.areaId = this.$store.state.user.info.areaId this.search.areaId = this.$store.state.user.info.areaId
this.$dict.load('tfx_activityStatus').then(()=> { this.$dict.load('fdIntegralTaskStatus').then(()=> {
this.getList() this.getList()
}) })
}, },
@@ -92,7 +92,7 @@
}, },
`${row.intoBegintime}${row.exitEndtime}`) `${row.intoBegintime}${row.exitEndtime}`)
}, },
{ prop: "status", label: "活动状态", align: "center", dict:"tfx_activityStatus" }, { prop: "status", label: "活动状态", align: "center", dict:"fdIntegralTaskStatus" },
{ slot: "qrcode" }, { slot: "qrcode" },
{ slot: "options", }, { slot: "options", },
] ]