需求: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

22
.gitignore vendored
View File

@@ -1,22 +0,0 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.history/

View File

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