mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 23:26:44 +08:00
需求:GFRS-623 国富人寿鑫管家终身寿险(万能型)
变更:修复告知 人名显示错误问题
This commit is contained in:
committed by
28CD73C051F645E8132835671423A23F
parent
44bdcff02e
commit
d5e09a70d8
22
.gitignore
vendored
22
.gitignore
vendored
@@ -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/
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user