diff --git a/project/xiushan/apps/creditScore/scoreManage/pointsAppeal.vue b/project/xiushan/apps/creditScore/scoreManage/pointsAppeal.vue
index 3457f1eb..47b06f7b 100644
--- a/project/xiushan/apps/creditScore/scoreManage/pointsAppeal.vue
+++ b/project/xiushan/apps/creditScore/scoreManage/pointsAppeal.vue
@@ -38,13 +38,12 @@
@@ -144,8 +143,8 @@
{{ rowInfo.declareObjName }}
- 户主:
- {{ rowInfo.familyName }}
+ 用户账号:
+ {{ rowInfo.portalUserPhone }}
@@ -260,7 +259,7 @@ export default {
return {
search: {
status: '',
- familyName: '',
+ portalUserPhone: '',
declareTimeStart: null,
declareTimeEnd: null
},
@@ -274,8 +273,8 @@ export default {
{prop: "declareName", label: "申诉人", align: "center"},
{prop: "declareObjName", label: "申诉对象", align: "center", hide: this.bizType == 1},
{
- prop: "familyName",
- label: "户主",
+ prop: "portalUserPhone",
+ label: "用户账号",
},
{
prop: "declareDescription",
diff --git a/project/xiushan/apps/creditScore/scoreManage/pointsDeclaration.vue b/project/xiushan/apps/creditScore/scoreManage/pointsDeclaration.vue
index d97cc066..25d15d1b 100644
--- a/project/xiushan/apps/creditScore/scoreManage/pointsDeclaration.vue
+++ b/project/xiushan/apps/creditScore/scoreManage/pointsDeclaration.vue
@@ -38,13 +38,12 @@
@@ -138,8 +137,8 @@
{{ rowInfo.declareObjName }}
- 户主:
- {{ rowInfo.familyName }}
+ 用户账号:
+ {{ rowInfo.portalUserPhone }}