diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 119a74a4f..95b0e4d86 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -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: '其它' + } ] } diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index f7f6cb6d1..6d6fd679e 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -1,8 +1,8 @@