Merge branch 'feature/GFRS-715【0402】人力发展-个人中心' into release/0407

# Conflicts:
#	src/assets/js/utils/validator.js
#	src/router/ebiz/index.js
This commit is contained in:
tian.guangyuan
2020-04-07 11:08:42 +08:00
42 changed files with 2267 additions and 3 deletions

View File

@@ -2032,5 +2032,26 @@ export default {
{ code: '01', value: '寿险' },
{ code: '02', value: '重疾' },
{ code: '03', value: '年金' }
],
// 活动量管理 - 人才库 - 状态
talentPoolStatus: [
{ id: 0, text: '暂不考虑' },
{ id: 1, text: '已加盟' },
{ id: 2, text: '确认加盟' },
{ id: 3, text: '三次以上接触' },
{ id: 4, text: '二次接触' },
{ id: 5, text: '首次接触 ' }
],
// 活动量管理 - 人才库 - 过往职业
talentPoolPastOccu: [
{ id: '01', text: '一般内勤职员' },
{ id: '02', text: '其他金融行业' },
{ id: '03', text: '家庭主妇' },
{ id: '04', text: '自由职业' },
{ id: '05', text: '离退休人员' },
{ id: '06', text: '个体经营者' },
{ id: '07', text: '销售' },
{ id: '08', text: '公务员' },
{ id: '11', text: '其他' }
]
}