需求:GFRS-623 国富人寿鑫管家终身寿险(万能型)

变更:修复告知 人名显示错误问题
This commit is contained in:
ding.zhou
2020-02-23 17:31:15 +08:00
committed by 28CD73C051F645E8132835671423A23F
parent 44bdcff02e
commit d5e09a70d8
2 changed files with 1 additions and 23 deletions

View File

@@ -15,7 +15,7 @@
<!--投保人 0 2 4 6 8 10 被保人 1 3 5 7 9 11-->
{{ impartTypeNumber[im.impartType] }}
<span class="ml145">{{
im.impartType == 0 || im.impartType == 2 || im.impartType == 4 || im.impartType == 6 || im.impartType == 9 || im.impartType == 11
im.impartType == 0 || im.impartType == 2 || im.impartType == 4 || im.impartType == 6 || im.impartType == 8 || im.impartType == 10
? saleInsuredInfo.name
: saleInsuredPersonInfo.name
}}</span>