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