From 5af927c7c2edab8d811ebec3d88fcf2c933a1eb6 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Fri, 7 Feb 2020 09:29:01 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AD=97=E5=85=B8=EF=BC=9A=E4=BA=A7=E5=93=81=E7=BC=96=E7=A0=81?= =?UTF-8?q?-=E4=BA=A7=E5=93=81=E7=B1=BB=E5=9E=8B-=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/utils/data-dictionary.js | 30 ++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 650e7d6b7..773832d0f 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -755,7 +755,7 @@ export default { code: 'GFRS_M0002' }, { - shortName: '年金险', + shortName: '万能险', name: '国富人寿金管家养老年金保险产品(万能型)', code: 'GFRS_M0003' }, @@ -799,10 +799,20 @@ export default { name: '国富人寿国富鑫享年金保险', code: 'GFRS_M0011' }, + { + shortName: '意外险', + name: '学生平安保险(小学、初中)', + code: 'GFRS_M0012' + }, { shortName: '重疾险', name: '国富人寿孝心保老年特定疾病保险', code: 'GFRS_M0014' + }, + { + shortName: '万能险', + name: '国富人寿富娃娃两全保险(万能型)', + code: 'GFRS_M0015' } ], // 职级 @@ -1313,9 +1323,21 @@ export default { { id: 'EAM', text: '资深部经理' }, { id: 'AD', text: '营业总监' } ], - relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }], - guarantRelationType: [{ id: '0', text: '亲属' }, { id: '1', text: '朋友' }, { id: '2', text: '同事' }, { id: '3', text: '其他' }], - classification: [{ id: '0', text: '司内' }, { id: '1', text: '司外' }], + relationType: [ + { id: '0', text: '配偶' }, + { id: '1', text: '子女' }, + { id: '2', text: '父母' } + ], + guarantRelationType: [ + { id: '0', text: '亲属' }, + { id: '1', text: '朋友' }, + { id: '2', text: '同事' }, + { id: '3', text: '其他' } + ], + classification: [ + { id: '0', text: '司内' }, + { id: '1', text: '司外' } + ], //入司国籍/地区 rsnativeplace: [ { id: 'AGO', text: '安哥拉' },