diff --git a/src/views/components/resiInfo.vue b/src/views/components/resiInfo.vue index a4df68c01..057edf6cf 100644 --- a/src/views/components/resiInfo.vue +++ b/src/views/components/resiInfo.vue @@ -1,263 +1,166 @@ - - 基础信息 + - - - - - - + + + {{resiDetailList.houseInfo.gridName!=null?resiDetailList.houseInfo.gridName:'--'}} + - - - - - - - - - - - - - - - - - - - - - - - - - - - + {{resiDetailList.houseInfo.homeName?resiDetailList.houseInfo.homeName:'--'}} - + + + - - - {{ ns.label }} - + + {{resiDetailList.localResidenceFlag?resiDetailList.localResidenceFlag == 1?'是':'否':'--'}} + + + {{resiDetailList.genderName?resiDetailList.genderName:'--'}} - - - + + + + {{resiDetailList.name?resiDetailList.name:'--'}} + + + {{resiDetailList.showMobile?resiDetailList.showMobile:resiDetailList.mobile?`${resiDetailList.mobile.substr(0,3)}`+ "****" +`${resiDetailList.mobile.substr(7,5)}`:'--'}} + 显示 + + + {{resiDetailList.showIdNum?resiDetailList.showIdNum:resiDetailList.idNum?`${resiDetailList.idNum.substr(0, 11)}` +"******" +`${resiDetailList.idNum.substr(16, 2)}`:'--'}} + 显示 + + + {{resiDetailList.remark?resiDetailList.remark:'--'}} + + - - - - + + {{resiDetailList.nationName?resiDetailList.nationName:'--'}} + - - - + + + + + {{resiDetailList.birthday}} - handleChangeCheckbox(val,items)" - > - + - - - - - + + + - - - - - - + + + + + + {{ ns.label }} + + + + + + + {{ eduInfoDtoList == []?eduInfoDtoList.cultureLevel:'--'}} + + + + + {{eduInfoDtoList == []?eduInfoDtoList.eduRemark:'--'}} + + + - {{ ns.label }} - - - - - - - - - - - - - + clearable + > + + + + + + + + + + + - - - + + - - - - - + + - - - - - - - - - - - - - + + + @@ -267,20 +170,21 @@