事件类型

This commit is contained in:
liuye
2022-12-28 10:45:42 +08:00
parent 79539038b7
commit e03f33a334

View File

@@ -92,6 +92,7 @@
info: {},
colConfigs: [
{ prop: 'createUserName', align: 'left', label: '申请人' },
{ prop: 'eventType', align: 'center', label: '事件类型', dict: 'integralApplyEventType'},
{ prop: 'applyItem', align: 'center', label: '申请事项' },
{ slot: 'imgs', label: '凭证' },
{
@@ -118,7 +119,7 @@
},
created () {
this.dict.load('integralApplyStatus').then(() => {
this.dict.load('integralApplyStatus', 'integralApplyEventType').then(() => {
this.getList()
})
},