diff --git a/src/project/shandong10086/AppPeopleList/DetailPeople.vue b/src/project/shandong10086/AppPeopleList/DetailPeople.vue index 2a05c05e..86a8f9d0 100644 --- a/src/project/shandong10086/AppPeopleList/DetailPeople.vue +++ b/src/project/shandong10086/AppPeopleList/DetailPeople.vue @@ -102,6 +102,16 @@ 户籍详细地址 {{ data.resident.householdAddress }} + +
+ 处理结果 + {{ data.resident.auditStatus == 1 ? '通过' : '不通过' }} +
+ +
+ 原因 +
+
{{data.resident.auditOpinion || ''}}