[NEW] 新增收入来源

This commit is contained in:
Fireliujie
2019-09-26 10:44:36 +08:00
parent 65c72ba1e2
commit 1187510c31
3 changed files with 377 additions and 51 deletions

View File

@@ -697,7 +697,7 @@ export default {
text: '自核不通过待转人核'
}
],
// 产品编码
// 产品编码
riskType: [
{
shortName: '重疾险',
@@ -709,5 +709,24 @@ export default {
name: '国富人寿国富民鑫年金保险',
code: 'GFRSPRO_M0002'
}
],
// 收入来源
salarySource: [
{
id: 1,
text: '工薪'
},
{
id: 2,
text: '私营'
},
{
id: 3,
text: '农副业'
},
{
id: 4,
text: '其它'
}
]
}