mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 16:46:43 +08:00
GFRS-2561【前端】修改婚姻状态的枚举数据--提交人:张齐
This commit is contained in:
@@ -1205,7 +1205,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
text: '离婚'
|
text: '离异'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
@@ -1216,28 +1216,28 @@ export default {
|
|||||||
rsmarriage: [
|
rsmarriage: [
|
||||||
{
|
{
|
||||||
id: 5,
|
id: 5,
|
||||||
text: '结婚'
|
text: '已婚'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 6,
|
id: 6,
|
||||||
text: '单身'
|
text: '未婚'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 7,
|
id: 7,
|
||||||
text: '离婚'
|
text: '离异'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 8,
|
id: 8,
|
||||||
text: '丧偶'
|
text: '丧偶'
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 9,
|
|
||||||
text: '分居'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 10,
|
|
||||||
text: '其他'
|
|
||||||
}
|
}
|
||||||
|
// {
|
||||||
|
// id: 9,
|
||||||
|
// text: '分居'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 10,
|
||||||
|
// text: '其他'
|
||||||
|
// }
|
||||||
],
|
],
|
||||||
//文化程度
|
//文化程度
|
||||||
degree: [
|
degree: [
|
||||||
@@ -1942,16 +1942,16 @@ export default {
|
|||||||
contState: [
|
contState: [
|
||||||
{
|
{
|
||||||
val: '0',
|
val: '0',
|
||||||
text: '投保中',
|
text: '投保中'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
val: '1',
|
val: '1',
|
||||||
text: '承包',
|
text: '承包'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
val: '4',
|
val: '4',
|
||||||
text: '终止',
|
text: '终止'
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
// 产品编码
|
// 产品编码
|
||||||
riskType: [
|
riskType: [
|
||||||
@@ -2638,13 +2638,20 @@ export default {
|
|||||||
{ id: 'EAM', text: '资深部经理' },
|
{ id: 'EAM', text: '资深部经理' },
|
||||||
{ id: 'AD', text: '营业总监' }
|
{ id: 'AD', text: '营业总监' }
|
||||||
],
|
],
|
||||||
|
// relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }, { id: '3', text: '无' }],
|
||||||
relationType: [
|
relationType: [
|
||||||
{ id: '0', text: '配偶' },
|
{ id: '0', text: '配偶' },
|
||||||
{ id: '1', text: '子女' },
|
{ id: '1', text: '子女' },
|
||||||
{ id: '2', text: '父母' },
|
{ id: '2', text: '父母' },
|
||||||
{ id: '3', 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: [
|
guarantRelationType: [
|
||||||
{ id: '0', text: '亲属' },
|
{ id: '0', text: '亲属' },
|
||||||
{ id: '1', text: '朋友' },
|
{ id: '1', text: '朋友' },
|
||||||
|
|||||||
Reference in New Issue
Block a user