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