From 0e96395d987225ea3538c3be63679f6e97413113 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 7 Jul 2022 10:11:01 +0800 Subject: [PATCH] fpPrtpStatus --- packages/work/AppAssessment/components/Statistics.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/work/AppAssessment/components/Statistics.vue b/packages/work/AppAssessment/components/Statistics.vue index 772a3ced..0b98551c 100644 --- a/packages/work/AppAssessment/components/Statistics.vue +++ b/packages/work/AppAssessment/components/Statistics.vue @@ -186,7 +186,7 @@ { prop: 'idNumber', label: '身份证号', align: 'center' }, { prop: 'householdPhone', label: '户主联系方式', align: 'center' }, { prop: 'address', label: '家庭住址', align: 'center' }, - { prop: 'status', label: '状态', align: 'center', formart: v => this.dict.getLabel('fpRiskPersonStatus', v) }, + { prop: 'status', label: '状态', align: 'center', formart: v => this.dict.getLabel('fpPrtpStatus', v) }, { prop: 'girdMemberName', label: '网格员', align: 'center' }, { prop: 'girdMemberPhone', label: '网格员电话', align: 'center' }, { prop: 'visitCount', label: '走访次数', align: 'center' } @@ -198,7 +198,7 @@ this.search.areaId = this.user.info.areaId this.hideLevel = this.user.info.areaList.length - 1 - this.dict.load('fpRiskPersonStatus', 'sex').then(() => { + this.dict.load('fpPrtpStatus', 'sex').then(() => { this.getLogCount() }) this.getTotal()