[FIX]建议书-被保人字段显示修改为“被保险人”

This commit is contained in:
yuweiqi
2020-04-29 13:29:03 +08:00
parent 19242fdc5a
commit e57f5390ae

View File

@@ -24,14 +24,14 @@
</div> </div>
</div> </div>
</van-sticky> </van-sticky>
<!--被保人数据--> <!--被保人数据-->
<div> <div>
<!-- 险种信息 --> <!-- 险种信息 -->
<div class="pt15 bg-white relative div_3"> <div class="pt15 bg-white relative div_3">
<div :class="pageShowType.productCheckStatus ? '' : 'hideInfo_insure'"> <div :class="pageShowType.productCheckStatus ? '' : 'hideInfo_insure'">
<div class="fs14 flex justify-content-a align-items-c"> <div class="fs14 flex justify-content-a align-items-c">
<div class="text-center"> <div class="text-center">
<label class="fs14 color_3A81F6 fw600 lh24">被保人</label><br /> <label class="fs14 color_3A81F6 fw600 lh24">被保</label><br />
<label class="fs13 color_666666 lh20" <label class="fs13 color_666666 lh20"
>{{ pageShowInfo.showInsuredDTO.sex == '0' ? '男' : '女' }}&nbsp;{{ pageShowInfo.showInsuredDTO.age }}周岁</label >{{ pageShowInfo.showInsuredDTO.sex == '0' ? '男' : '女' }}&nbsp;{{ pageShowInfo.showInsuredDTO.age }}周岁</label
> >
@@ -178,7 +178,7 @@
</div> </div>
</div> </div>
<div class="text-center flex justify-content-e align-items-c fs14 check_age"> <div class="text-center flex justify-content-e align-items-c fs14 check_age">
<div>当被保人在</div> <div>当被保人在</div>
<div class="check_one flex justify-content-fe align-items-c" @click="popupShow = true"> <div class="check_one flex justify-content-fe align-items-c" @click="popupShow = true">
{{ pageShowInfo.showInsuredDTO.checkAge }}&emsp;<img class="img_10" src="@/assets/images/proposal/proposal_select_down.png" /> {{ pageShowInfo.showInsuredDTO.checkAge }}&emsp;<img class="img_10" src="@/assets/images/proposal/proposal_select_down.png" />
</div> </div>
@@ -321,7 +321,7 @@ export default {
checkAgeColumns: [], //年龄选择 checkAgeColumns: [], //年龄选择
insuredSlider: {}, // 滑动条 insuredSlider: {}, // 滑动条
appntDTO: null, //投保人信息 appntDTO: null, //投保人信息
insuredDTOs: [{}], //被保人信息 insuredDTOs: [{}], //被保人信息
showInsuredDTO: {} //页面显示配保人数据 showInsuredDTO: {} //页面显示配保人数据
}, },
headPicture: { headPicture: {