mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 21:26:43 +08:00
[NEW] 新增收入来源
This commit is contained in:
@@ -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: '其它'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user