diff --git a/src/apps/AppPeopleList.vue/ExamineList.vue b/src/apps/AppPeopleList.vue/ExamineList.vue index fe9610e2..b2abf016 100644 --- a/src/apps/AppPeopleList.vue/ExamineList.vue +++ b/src/apps/AppPeopleList.vue/ExamineList.vue @@ -26,9 +26,7 @@ {{ item.name }} {{ $dict.getLabel('fileStatus', item.fileStatus) }} 户主 - - {{ $dict.getLabel('householdRelation', item.householdRelation) }} - + 非户主 {{ $dict.getLabel('auditStatus', item.auditStatus) }} @@ -177,9 +175,11 @@ export default { display: flex; justify-content: space-between; .rightTop-lefts { + width: calc(100% - 100px); .names { font-size: 32px; font-weight: 600; + word-break: break-all; } .householdNames { margin-left: 30px; @@ -202,6 +202,7 @@ export default { } } .rightTop-rights { + width: 100px; ::v-deep .u-section { .u-section__right-info { color: #3975c6 !important;