漏了
This commit is contained in:
		| @@ -53,7 +53,7 @@ export default { | ||||
|     } | ||||
|   }, | ||||
|   created () { | ||||
|     this.$dict.load('activityStatus').then(()=> { | ||||
|     this.$dict.load('tfx_activityStatus').then(()=> { | ||||
|       this.getList() | ||||
|     }) | ||||
|   }, | ||||
| @@ -64,7 +64,7 @@ export default { | ||||
|         {prop: "createUserName", label: "创建人", align: "center"}, | ||||
|         {prop: "intoBegintime", label: "开始结束时间", align: "center", width: "400px", render: (h, {row}) => h('p',{textAlign:'center'}, | ||||
|          `${row.intoBegintime}至${row.exitEndtime}`)}, | ||||
|         {prop: "status", label: "活动状态", align: "center",dict:"activityStatus"}, | ||||
|         {prop: "status", label: "活动状态", align: "center", dict:"tfx_activityStatus"}, | ||||
|         { slot: "qrcode"}, | ||||
|         { slot: "options", }, | ||||
|       ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user