mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 23:56:43 +08:00
GFRS-2561【前端】修改婚姻状态的枚举数据--提交人:张齐
This commit is contained in:
@@ -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: '朋友' },
|
||||
|
||||
Reference in New Issue
Block a user