|
|
@ -11,7 +11,8 @@ |
|
|
|
</el-row> |
|
|
|
<el-row type="flex" justify="" class="f-m-top29" > |
|
|
|
<el-col :span="24" class="f-flex"> |
|
|
|
<div class="f-label">本地户籍:</div> <div class="f-left8 f-font-color"> {{resiDetailObj.localResidenceFlag==1?'是':resiDetailObj.localResidenceFlag==0?'否':'--'}} |
|
|
|
<div class="f-label">本地户籍:</div> <div class="f-left8 f-font-color"> |
|
|
|
{{resiDetailObj.localResidenceFlag==1?'是':resiDetailObj.localResidenceFlag==0?'否':'--'}} |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -33,7 +34,9 @@ |
|
|
|
</el-row> |
|
|
|
<el-row type="flex" justify="" class="f-m-top29" > |
|
|
|
<el-col :span="12" class="f-flex"> |
|
|
|
<div class="f-label">联系电话:</div> <div class="f-left8 f-font-color"> {{resiDetailObj.showMobile?resiDetailObj.showMobile:resiDetailObj.mobile?`${resiDetailObj.mobile.substr(0,3)}`+ "****" +`${resiDetailObj.mobile.substr(7,5)}`:'--'}} </div> |
|
|
|
<div class="f-label">联系电话:</div> <div class="f-left8 f-font-color"> |
|
|
|
{{resiDetailObj.showMobile?resiDetailObj.showMobile:resiDetailObj.mobile?`${resiDetailObj.mobile.substr(0,3)}`+ "****" +`${resiDetailObj.mobile.substr(7,5)}`:'--'}} |
|
|
|
</div> |
|
|
|
<el-button v-if="resiDetailObj.mobile" |
|
|
|
style="margin-left: 10px" |
|
|
|
type="text" |
|
|
@ -43,7 +46,9 @@ |
|
|
|
@click="handleTuomin('mobile')">显示</el-button> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12" class="f-flex"> |
|
|
|
<div class="f-label">证件号: </div> <div class="f-left8 f-font-color"> {{resiDetailObj.showIdNum?resiDetailObj.showIdNum:resiDetailObj.idNum?`${resiDetailObj.idNum.substr(0, 11)}` +"******" +`${resiDetailObj.idNum.substr(16, 2)}`:'--'}}</div> |
|
|
|
<div class="f-label">证件号: </div> |
|
|
|
<div class="f-left8 f-font-color">{{resiDetailObj.showIdNum?resiDetailObj.showIdNum:resiDetailObj.idNum?`${resiDetailObj.idNum.substr(0, 11)}` +"******" +`${resiDetailObj.idNum.substr(16, 2)}`:'--'}} |
|
|
|
</div> |
|
|
|
<el-button v-if="resiDetailObj.idNum" |
|
|
|
style="margin-left: 10px" |
|
|
|
type="text" |
|
|
@ -55,10 +60,9 @@ |
|
|
|
</el-row> |
|
|
|
<el-row type="flex" justify="" class="f-m-top29" > |
|
|
|
<el-col :span="24" class="f-flex"> |
|
|
|
<div class="f-label">备注:</div> <div class="f-left8 f-font-color">{{resiDetailObj.remark?resiDetailObj.remark:'--'}}</div> |
|
|
|
|
|
|
|
<div class="f-label">备注:</div> |
|
|
|
<div class="f-left8 f-font-color">{{resiDetailObj.remark?resiDetailObj.remark:'--'}}</div> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
</el-row> |
|
|
|
<div class=" title-small title_postion f-top40" >分类信息 </div> |
|
|
|
<el-row class="f-m-top29"> |
|
|
@ -169,13 +173,13 @@ |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">监护人:</div> |
|
|
|
<span class="f-left8 f-font-color">{{resiHealthInfonObj.guardianFlag?resiHealthInfonObj.guardianFlag==1?'有':'--':'无'}}</span> |
|
|
|
<span class="f-left8 f-font-color">{{resiHealthInfonObj.guardianFlag==1?'有':resiHealthInfonObj.guardianFlag==0?'无':'--'}}</span> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">技能特长:</div> |
|
|
|
<span class="f-left8 f-font-color">{{resiHealthInfonObj.specialSkillFlag?resiHealthInfonObj.specialSkillFlag==1?'有':'--':'无'}}</span> |
|
|
|
<span class="f-left8 f-font-color">{{resiHealthInfonObj.specialSkillFlag==1?'有':resiHealthInfonObj.specialSkillFlag==0?'无':'--'}}</span> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -184,13 +188,13 @@ |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">劳动能力:</div> |
|
|
|
<span class="f-left8 f-font-color">{{resiHealthInfonObj.workCapacityFlag?resiHealthInfonObj.workCapacityFlag==1?'有':'--':'无'}}</span> |
|
|
|
<span class="f-left8 f-font-color">{{resiHealthInfonObj.workCapacityFlag==1?'有':resiHealthInfonObj.workCapacityFlag==0?'无':'--'}}</span> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">非义务教育阶段助学:</div> |
|
|
|
<span class="f-left8 f-font-color">{{resiHealthInfonObj.voluntaryEducationFlag!=''?resiHealthInfonObj.voluntaryEducationFlag==1?'有':'--':'无'}}</span> |
|
|
|
<span class="f-left8 f-font-color">{{resiHealthInfonObj.voluntaryEducationFlag==1?'有':resiHealthInfonObj.voluntaryEducationFlag==0?'无':'--'}}</span> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
@ -254,7 +258,9 @@ |
|
|
|
<span class="f-left8 f-font-color">{{resiHealthInfonObj?resiHealthInfonObj.deliveranceNum?resiHealthInfonObj.deliveranceNum:'--':'--'}}</span> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">备注:</div> |
|
|
|
<span class="f-left8 f-font-color">{{resiHealthInfonObj?resiHealthInfonObj.healthRemark?resiHealthInfonObj.healthRemark:'--':'--'}}</span> |
|
|
@ -369,7 +375,7 @@ |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">有无赡养人 :</div> |
|
|
|
<span class="f-left8 f-font-color">{{residentFamilyInfoObj?residentFamilyInfoObj.elderlyFlag==1?'有':'--':'无'}}</span> |
|
|
|
<span class="f-left8 f-font-color">{{residentFamilyInfoObj.elderlyFlag==1?'有':residentFamilyInfoObj.elderlyFlag==0?'无':'--'}}</span> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
@ -662,7 +668,7 @@ |
|
|
|
</span> |
|
|
|
</section> |
|
|
|
<el-row> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="24"> |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">备注 :</div> |
|
|
|
<span class="f-left8 f-font-color">{{residentVolunteerObj?residentVolunteerObj.volunteerRemark?residentVolunteerObj.volunteerRemark:'--':'--'}}</span> |
|
|
|