This commit is contained in:
shijingjing
2022-11-03 10:22:49 +08:00
parent 965a3552c8
commit 5f46e2f3d0

View File

@@ -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", },
]