[new] 完成 人发系统 - 人才库 - 新增、修改、列表

This commit is contained in:
tian.guangyuan
2020-03-16 17:31:10 +08:00
parent 8705245e40
commit 148e4381d9
8 changed files with 429 additions and 51 deletions

View File

@@ -2025,6 +2025,20 @@ export default {
{ id: 2, text: '确认加盟' },
{ id: 3, text: '三次接触以上' },
{ id: 4, text: '二次接触' },
{ id: 5, 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: '09', text: '保险外勤' },
{ id: '10', text: '保险内勤' },
{ id: '11', text: '其他' }
]
}