| @@ -52,14 +52,13 @@ | |||||
| </div> | </div> | ||||
| <van-swipe-cell v-for="(item,index) in hnnylist" :key="'syqr'+index" style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:95%;margin:15px auto 0;background:#fff;"> | <van-swipe-cell v-for="(item,index) in hnnylist" :key="'syqr'+index" style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:95%;margin:15px auto 0;background:#fff;"> | ||||
| <div style="padding:15px;"> | <div style="padding:15px;"> | ||||
| <p style="display: flex;align-items: center;"> | |||||
| <img src="../../assets/images/housesteadSurvey/list03.png" alt="" style="margin-right: 5px;"> | |||||
| <span style="line-height: 1;font-size: 16px;">{{item.xm}}</span> | |||||
| <span style="line-height: 1;font-size: 16px;margin-left: 66%;">{{formatDict(yhzgxList,item.yhzgx)}}</span> | |||||
| </p> | |||||
| <div style="display: flex;align-items: center;"> | |||||
| <p style="flex:1;line-height: 1;font-size: 16px;"><img src="../../assets/images/housesteadSurvey/list03.png" alt="" style="margin-right: 5px;">{{item.xm}}</p> | |||||
| <p style="flex:1;line-height: 1;font-size: 16px; text-align:right;">{{formatDict(yhzgxList,item.yhzgx)}}</p> | |||||
| </div> | |||||
| <div style="display:flex;line-height:20px;margin-top: 15px;font-size: 14px;color: #999999;"> | <div style="display:flex;line-height:20px;margin-top: 15px;font-size: 14px;color: #999999;"> | ||||
| <p style="flex:1;text-align:left;">证件号码:</p> | <p style="flex:1;text-align:left;">证件号码:</p> | ||||
| <p style="flex:1;text-align:right;">{{item.zjhm}}</p> | |||||
| <p style="flex:1;text-align:right;">{{item.zjhm}}</p> | |||||
| </div> | </div> | ||||
| <div style="display:flex;line-height:20px;margin-top: 5px;font-size: 14px;color: #999999;"> | <div style="display:flex;line-height:20px;margin-top: 5px;font-size: 14px;color: #999999;"> | ||||
| <p style="flex:1;text-align:left;">农户代码:</p> | <p style="flex:1;text-align:left;">农户代码:</p> | ||||