Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d982c9f3
authored
2019-10-30 10:16:53 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
保單查詢多語言接入
1 parent
b196a9fd
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
171 additions
and
11 deletions
src/common/lang/en.js
src/common/lang/tc.js
src/common/lang/zh.js
src/pages/custom-service/custom-service.vue
src/common/lang/en.js
View file @
d982c9f
...
...
@@ -11,10 +11,63 @@ module.exports = {
nav
:
{
ttt
:
"2"
},
product
:
{
btnPosition
:
"Booking service"
,
iconProblem
:
"Common problem"
,
iconProcess
:
"Insurance process"
,
iconProduct
:
"Product details"
product
:
{
btnPosition
:
"Booking service"
,
iconProblem
:
"Common problem"
,
iconProcess
:
"Insurance process"
,
iconProduct
:
"Product details"
},
customService
:
{
name
:
"Customer service"
,
menu1
:
"Query"
,
menu2
:
"Change"
,
menu3
:
"Renewal"
,
menu4
:
"Claim"
,
menu5
:
"Booking"
,
menu6
:
"Complaint"
,
insuranceQuery
:
{
InsurantNumber
:
"Insurant number"
,
Insurant
:
"Insurant"
,
InsurantName
:
"Insurant name"
,
InsurantAmount
:
"Insurant amount"
,
effectiveDate
:
"Effective date"
,
period
:
"Guarantee period"
,
t2Title
:
"Guarantee information"
,
t2InsurantClassify
:
"Name of insurance"
,
t2InsurantAmount
:
"Insured amount"
,
t3Title
:
"Customer information"
,
t3InsurantNameCn
:
"Name of applicant (Cn)"
,
t3InsurantNameEn
:
"Name of applicant (En)"
,
t3InsurantIdNumber
:
"ID Number"
,
t3InsurantContactAddress
:
"Contact address"
,
t3InsurantAddress
:
"Address"
,
t3InsurantMobile
:
"mobile"
,
t3InsurantEmail
:
"email"
,
t3InsuredNameCn
:
"Name of insured (Cn)"
,
t3InsuredNameEn
:
"Name of insured (En)"
,
t3InsuredBirthday
:
"Birthday"
,
t3InsuredIdNumber
:
"ID Number"
,
t4Title
:
"Beneficiary information"
,
t4NameCn
:
"Name (Cn)"
,
t4NameEn
:
"Name (En)"
,
t4Allocation
:
"Distribution ratio"
,
t5Title
:
"Payment information"
,
t5PaymentPeriod
:
"Payment period"
,
t5PaymentMethod
:
"Payment method"
,
t5PaymentCurrency
:
"Payment currency"
,
t5CurrentPremium
:
"Current premium"
,
t5PaymentBank
:
"Payment bank"
,
t5PaymentAccount
:
"Payment account"
,
t6Title
:
"Payment record"
,
t6PaymentPeriod
:
"Payment period"
,
t6PaymentMethod
:
"Payment method"
,
t6ClosingDate
:
"Closing date"
,
t6PaymentAmount
:
"Payment amount"
,
}
}
}
...
...
src/common/lang/tc.js
View file @
d982c9f
...
...
@@ -16,5 +16,58 @@ module.exports = {
iconProblem
:
"常見問題"
,
iconProcess
:
"投保流程"
,
iconProduct
:
"產品詳情"
},
customService
:
{
name
:
"客户服务"
,
menu1
:
"保單查詢"
,
menu2
:
"保全變更"
,
menu3
:
"續期繳費"
,
menu4
:
"理賠申請"
,
menu5
:
"預約服務"
,
menu6
:
"投訴受理"
,
insuranceQuery
:
{
InsurantNumber
:
"保單號碼"
,
Insurant
:
"被保人"
,
InsurantName
:
"險種名稱"
,
InsurantAmount
:
"保險金額"
,
effectiveDate
:
"生效日期"
,
period
:
"保障年期"
,
t2Title
:
"保障內容"
,
t2InsurantClassify
:
"險種名稱"
,
t2InsurantAmount
:
"保額"
,
t3Title
:
"客戶資料"
,
t3InsurantNameCn
:
"投保人姓名(中文)"
,
t3InsurantNameEn
:
"投保人姓名(英文)"
,
t3InsurantIdNumber
:
"證件號碼"
,
t3InsurantContactAddress
:
"聯繫地址"
,
t3InsurantAddress
:
"居住地址"
,
t3InsurantMobile
:
"手提電話"
,
t3InsurantEmail
:
"電子郵箱"
,
t3InsuredNameCn
:
"受保人姓名(中文)"
,
t3InsuredNameEn
:
"受保人姓名(英文)"
,
t3InsuredBirthday
:
"出生日期"
,
t3InsuredIdNumber
:
"證件號碼"
,
t4Title
:
"受益人資料"
,
// t4BeneficiaryInformation
t4NameCn
:
"姓名(中文)"
,
t4NameEn
:
"姓名(英文)"
,
t4Allocation
:
"分配比例"
,
t5Title
:
"繳費資料"
,
t5PaymentPeriod
:
"續費年期"
,
t5PaymentMethod
:
"繳費方式"
,
t5PaymentCurrency
:
"繳費幣種"
,
t5CurrentPremium
:
"當期保費"
,
t5PaymentBank
:
"繳費銀行"
,
t5PaymentAccount
:
"繳費帳號"
,
t6Title
:
"繳費記錄"
,
t6PaymentPeriod
:
"繳費期"
,
t6PaymentMethod
:
"繳費方式"
,
t6ClosingDate
:
"實收日期"
,
t6PaymentAmount
:
"繳費金額"
,
}
}
}
...
...
src/common/lang/zh.js
View file @
d982c9f
...
...
@@ -11,10 +11,64 @@ module.exports = {
nav
:
{
ttt
:
"1"
},
product
:
{
btnPosition
:
"预约服务"
,
iconProblem
:
"常见问题"
,
iconProcess
:
"投保流程"
,
iconProduct
:
"产品详情"
product
:
{
btnPosition
:
"预约服务"
,
iconProblem
:
"常见问题"
,
iconProcess
:
"投保流程"
,
iconProduct
:
"产品详情"
},
customService
:
{
name
:
"客戶服務"
,
menu1
:
"保单查询"
,
menu2
:
"保全变更"
,
menu3
:
"续期缴费"
,
menu4
:
"理赔申请"
,
menu5
:
"预约服务"
,
menu6
:
"投诉受理"
,
insuranceQuery
:
{
InsurantNumber
:
"保单号码"
,
Insurant
:
"被保人"
,
InsurantName
:
"险种名称"
,
InsurantAmount
:
"保险金额"
,
effectiveDate
:
"生效日期"
,
period
:
"保障年期"
,
t2Title
:
"保障内容"
,
t2InsurantClassify
:
"险种名称"
,
t2InsurantAmount
:
"保额"
,
t3Title
:
"客户资料"
,
t3InsurantNameCn
:
"投保人姓名(中文)"
,
t3InsurantNameEn
:
"投保人姓名(英文)"
,
t3InsurantIdNumber
:
"证件号码"
,
t3InsurantContactAddress
:
"联系地址"
,
t3InsurantAddress
:
"居住地址"
,
t3InsurantMobile
:
"手提电话"
,
t3InsurantEmail
:
"电子邮箱"
,
t3InsuredNameCn
:
"受保人姓名(中文)"
,
t3InsuredNameEn
:
"受保人姓名(英文)"
,
t3InsuredBirthday
:
"出生日期"
,
t3InsuredIdNumber
:
"证件号码"
,
t4Title
:
"受益人资料"
,
// t4BeneficiaryInformation
t4NameCn
:
"姓名(中文)"
,
t4NameEn
:
"姓名(英文)"
,
t4Allocation
:
"分配比例"
,
t5Title
:
"缴费资料"
,
t5PaymentPeriod
:
"缴费年期"
,
t5PaymentMethod
:
"缴费方式"
,
t5PaymentCurrency
:
"缴费币种"
,
t5CurrentPremium
:
"当期保费"
,
t5PaymentBank
:
"缴费银行"
,
t5PaymentAccount
:
"缴费账号"
,
t6Title
:
"缴费记录"
,
t6PaymentPeriod
:
"缴费期"
,
t6PaymentMethod
:
"缴费方式"
,
t6ClosingDate
:
"实收日期"
,
t6PaymentAmount
:
"缴费金额"
,
}
}
}
}
\ No newline at end of file
...
...
src/pages/custom-service/custom-service.vue
View file @
d982c9f
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment