diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 5b88ee0cf..38c5e41b1 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -141,7 +141,7 @@ export default { { id: 35, text: '哈萨克斯坦' - }, + } ], //证件类型 idType: [ @@ -1464,9 +1464,18 @@ export default { { id: 'EAM', text: '资深部经理' }, { id: 'AD', text: '营业总监' } ], - relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }], + relationType: [ + { id: '0', text: '配偶' }, + { id: '1', text: '子女' }, + { id: '2', text: '父母' } + ], // relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }, { id: '3', text: '无' }], - guarantRelationType: [{ id: '0', text: '亲属' }, { id: '1', text: '朋友' }, { id: '2', text: '同事' }, { id: '3', text: '其他' }], + guarantRelationType: [ + { id: '0', text: '亲属' }, + { id: '1', text: '朋友' }, + { id: '2', text: '同事' }, + { id: '3', text: '其他' } + ], classification: [{ id: '1', text: '司外' }], //入司国籍/地区 rsnativeplace: [ @@ -1761,9 +1770,18 @@ export default { { id: '08', text: '其它' } ], // 申请人身份 - applicantStatus: [{ id: '01', text: '本人' }, { id: '02', text: '监护人' }], + applicantStatus: [ + { id: '01', text: '本人' }, + { id: '02', text: '监护人' } + ], // 理赔申请人身份 - lpApplicantStatus: [{ id: '1', text: '本人' }, { id: '2', text: '配偶' }, { id: '3', text: '父母' }, { id: '4', text: '子女' }, { id: '5', text: '其他' }], + lpApplicantStatus: [ + { id: '1', text: '本人' }, + { id: '2', text: '配偶' }, + { id: '3', text: '父母' }, + { id: '4', text: '子女' }, + { id: '5', text: '其他' } + ], // 出险申请类型 applyType: [ { @@ -2012,7 +2030,10 @@ export default { } ], //对象 - targetDictionary: [{ value: '本人', code: '00' }, { value: '配偶', code: '01' }], + targetDictionary: [ + { value: '本人', code: '00' }, + { value: '配偶', code: '01' } + ], nbsRelation: [ { name: '配偶', value: '00' }, { name: '子女', value: '01' }, @@ -2033,7 +2054,11 @@ export default { { code: '08', value: '其他费用' } ], //险种类型字典 - insuranceDictionary: [{ code: '01', value: '寿险' }, { code: '02', value: '重疾' }, { code: '03', value: '年金' }], + insuranceDictionary: [ + { code: '01', value: '寿险' }, + { code: '02', value: '重疾' }, + { code: '03', value: '年金' } + ], // 活动量管理 - 人才库 - 状态 talentPoolStatus: [ { id: 0, text: '暂不考虑' },