153
This commit is contained in:
@@ -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", },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user