diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 93dee2f5f..d19109293 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -1205,7 +1205,7 @@ export default { }, { id: 3, - text: '离婚' + text: '离异' }, { id: 4, @@ -1216,28 +1216,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: [ @@ -1942,16 +1942,16 @@ export default { contState: [ { val: '0', - text: '投保中', + text: '投保中' }, { val: '1', - text: '承包', + text: '承包' }, { val: '4', - text: '终止', - }, + text: '终止' + } ], // 产品编码 riskType: [ @@ -2638,13 +2638,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: '朋友' },