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