mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 02:46:45 +08:00
[FIX]建议书-被保人字段显示修改为“被保险人”
This commit is contained in:
@@ -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' ? '男' : '女' }} {{ pageShowInfo.showInsuredDTO.age }}周岁</label
|
>{{ pageShowInfo.showInsuredDTO.sex == '0' ? '男' : '女' }} {{ 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 }} <img class="img_10" src="@/assets/images/proposal/proposal_select_down.png" />
|
{{ pageShowInfo.showInsuredDTO.checkAge }} <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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user