事件类型
This commit is contained in:
		| @@ -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() | ||||
|       }) | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user