From b8dcf71057b8606c07c310472bed773b2493e303 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Apr 2023 16:49:04 +0800 Subject: [PATCH] 231 --- project/fengdu/app/AppIntegratingRules/components/List.vue | 1 - project/fengdu/app/AppResidentIntegrating/components/List.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/project/fengdu/app/AppIntegratingRules/components/List.vue b/project/fengdu/app/AppIntegratingRules/components/List.vue index 63e6820e..2ee949b6 100644 --- a/project/fengdu/app/AppIntegratingRules/components/List.vue +++ b/project/fengdu/app/AppIntegratingRules/components/List.vue @@ -325,7 +325,6 @@ this.getList(); }, handleTypeForm(v) { - console.log(v) if (this.dialog) { if(v[1] == '17') { this.form.scoringCycle = '0' diff --git a/project/fengdu/app/AppResidentIntegrating/components/List.vue b/project/fengdu/app/AppResidentIntegrating/components/List.vue index 985d7c67..b87cdc64 100644 --- a/project/fengdu/app/AppResidentIntegrating/components/List.vue +++ b/project/fengdu/app/AppResidentIntegrating/components/List.vue @@ -113,7 +113,7 @@ { prop: 'idNumber', label: '身份证号', align: 'center' }, { prop: 'areaName', label: '所属地区', align: 'center' }, { prop: 'girdName', label: '所属网格', align: 'center' }, - { prop: 'integral', label: '积分总分', align: 'center' }, + { prop: 'integral', label: '剩余积分', align: 'center' }, { prop: 'usedIntegral', label: '已用积分', align: 'center' } ], tableData: []