diff --git a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreManage.vue b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreManage.vue index ec6acafb..0659fc9d 100644 --- a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreManage.vue +++ b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreManage.vue @@ -116,7 +116,6 @@ export default { label: 'girdName', value: 'id', checkStrictly: true, - expandTrigger: 'hover', }, } }, @@ -155,7 +154,6 @@ export default { } }).then(res => { if(res?.data) { - console.log(res.data.records); this.tableData = res.data.records this.page.total = res.data.total } diff --git a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreStatistics.vue b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreStatistics.vue index f0d4c67d..f6758d24 100644 --- a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreStatistics.vue +++ b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreStatistics.vue @@ -14,7 +14,14 @@
{{ data.nowIntegral || 0 }}
个人积分排行
+网格积分排行
+{{ familyInfo.name }}
-
-
{{ dict.getLabel('sex', familyInfo.sex) }}
-{{ familyInfo.age }}
-{{ familyInfo.phone }}
-{{ dict.getLabel('nation', familyInfo.nation) }}
-{{ familyInfo.birthplaceAreaName }}
-{{ dict.getLabel('education', familyInfo.education) }}
-{{ dict.getLabel('maritalStatus', familyInfo.maritalStatus) }}
-{{ dict.getLabel('politicsStatus', familyInfo.politicsStatus) }}
-{{ dict.getLabel('militaryStatus', familyInfo.militaryStatus) }}
-{{ dict.getLabel('faithType', familyInfo.faithType) }}
-{{ dict.getLabel('job', familyInfo.job) }}
-{{ familyInfo.currentAreaName + familyInfo.currentAddress }}
-{{ familyInfo.name }}
-
-
{{ dict.getLabel('sex', familyInfo.sex) }}
-{{ familyInfo.age }}
-{{ familyInfo.phone }}
-{{ dict.getLabel('nation', familyInfo.nation) }}
-{{ familyInfo.birthplaceAreaName }}
-{{ dict.getLabel('education', familyInfo.education) }}
-{{ dict.getLabel('maritalStatus', familyInfo.maritalStatus) }}
-{{ dict.getLabel('politicsStatus', familyInfo.politicsStatus) }}
-{{ dict.getLabel('militaryStatus', familyInfo.militaryStatus) }}
-{{ dict.getLabel('faithType', familyInfo.faithType) }}
-{{ dict.getLabel('job', familyInfo.job) }}
-{{ familyInfo.currentAreaName + familyInfo.currentAddress }}
-