diff --git a/project/qujing/app/AppResidentCredits/AppResidentCredits.vue b/project/qujing/app/AppResidentCredits/AppResidentCredits.vue index 082a41f3..d48ca9eb 100644 --- a/project/qujing/app/AppResidentCredits/AppResidentCredits.vue +++ b/project/qujing/app/AppResidentCredits/AppResidentCredits.vue @@ -46,7 +46,7 @@ return [ {label: '居民积分', name: 'List', comp: List, permission: ''}, {label: `积分规则`, name: 'Rule', comp: Rule, permission: ''} - ].filter(item => { + ].filter(() => { return true }) } diff --git a/project/qujing/app/AppResidentCredits/components/List.vue b/project/qujing/app/AppResidentCredits/components/List.vue index 6e17726e..d0894b29 100644 --- a/project/qujing/app/AppResidentCredits/components/List.vue +++ b/project/qujing/app/AppResidentCredits/components/List.vue @@ -6,13 +6,13 @@ @@ -46,16 +46,16 @@ search: { current: 1, size: 10, - title: '' + idNumber: '' }, total: 10, colConfigs: [ - { prop: 'title', label: '微信昵称', align: 'left', width: '200px' }, - { prop: 'areaName', label: '手机号', align: 'left' }, - { prop: 'examineOpinion', label: '姓名', align: 'center' }, - { prop: 'viewCount', label: '身份证号', align: 'center' }, - { slot: 'comment', label: '地址', align: 'center' }, - { prop: 'createUserName', label: '积分总分', align: 'center' } + { prop: 'nickName', label: '微信昵称', align: 'left' }, + { prop: 'phone', label: '手机号', align: 'center' }, + { prop: 'realName', label: '姓名', align: 'center' }, + { prop: 'idNumber', label: '身份证号', align: 'center' }, + { prop: 'areaName', label: '地址', align: 'center' }, + { prop: 'integral', label: '积分总分', align: 'center' } ], tableData: [] } @@ -75,7 +75,7 @@ }, getList() { - this.instance.post(`/app/appintegralsystemrule/listByAppletQJ`, null, { + this.instance.post(`/app/appwechatuserqujing/list`, null, { params: { ...this.search, areaId: this.areaId