房屋信息
小区
{{form.villageName}}
房间号
{{form.houseNo}}
业主
{{form.ownerName}}
房间状态
{{
form.status === '0' ? '自住' : form.status === '1' ?
'闲置' : form.status === '2' ? '租赁' : form.status === '3' ? '其他' : ''
}}
住户信息
住户
{{form.name}}
房间号
{{form.houseNo}}
证件类型
{{form.idCardType=='0'?'居民身份证':form.idCardType=='1'?'护照':form.idCardType=='2'?'其他':''}}
证件号码
{{form.idCard}}
与业主关系
{{form.ownerRelationship=='0'?'本人':form.ownerRelationship=='1'?'配偶':form.ownerRelationship=='2'?'父母':form.ownerRelationship=='3'?'子女':form.ownerRelationship=='4'?'亲属':form.ownerRelationship=='5'?'租户':form.ownerRelationship=='6'?'其他':''}}
手机号码
{{form.phone}}
本人身份证照片