From e03f33a3340e505d6626d86ad53d7ab796bc9776 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 28 Dec 2022 10:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/pidu/app/AppGridMemberScore/components/ApplyList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/pidu/app/AppGridMemberScore/components/ApplyList.vue b/project/pidu/app/AppGridMemberScore/components/ApplyList.vue index 470d23d2..00e3f2c2 100644 --- a/project/pidu/app/AppGridMemberScore/components/ApplyList.vue +++ b/project/pidu/app/AppGridMemberScore/components/ApplyList.vue @@ -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() }) },