From bbef0bc2aec35916b4f56e5dcd468e278ff73690 Mon Sep 17 00:00:00 2001 From: zhangqi1 Date: Tue, 20 Jul 2021 13:37:53 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-2561=E3=80=90=E5=89=8D=E7=AB=AF=E3=80=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A9=9A=E5=A7=BB=E7=8A=B6=E6=80=81=E7=9A=84?= =?UTF-8?q?=E6=9E=9A=E4=B8=BE=E6=95=B0=E6=8D=AE--=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=BA=EF=BC=9A=E5=BC=A0=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/utils/data-dictionary.js | 41 +++++++++++++++----------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 004390326..9bbca7aa9 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -1216,7 +1216,7 @@ export default { }, { id: 3, - text: '离婚' + text: '离异' }, { id: 4, @@ -1227,28 +1227,28 @@ export default { rsmarriage: [ { id: 5, - text: '结婚' + text: '已婚' }, { id: 6, - text: '单身' + text: '未婚' }, { id: 7, - text: '离婚' + text: '离异' }, { id: 8, text: '丧偶' - }, - { - id: 9, - text: '分居' - }, - { - id: 10, - text: '其他' } + // { + // id: 9, + // text: '分居' + // }, + // { + // id: 10, + // text: '其他' + // } ], //文化程度 degree: [ @@ -1953,16 +1953,16 @@ export default { contState: [ { val: '0', - text: '投保中', + text: '投保中' }, { val: '1', - text: '承包', + text: '承包' }, { val: '4', - text: '终止', - }, + text: '终止' + } ], // 产品编码 riskType: [ @@ -2659,13 +2659,20 @@ export default { { id: 'EAM', text: '资深部经理' }, { id: 'AD', text: '营业总监' } ], + // relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }, { id: '3', text: '无' }], relationType: [ { id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }, { id: '3', text: '无' } ], - // relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }, { id: '3', text: '无' }], + // 入司管理-家庭信息-新增的关系选项的枚举 + agentEenterBasicFamilyRelationType: [ + { id: '0', text: '配偶' }, + { id: '1', text: '父亲' }, + { id: '2', text: '母亲' }, + { id: '3', text: '子女' } + ], guarantRelationType: [ { id: '0', text: '亲属' }, { id: '1', text: '朋友' },