【new】

开发完成人才库列表
正在开发人才库-新增人才
This commit is contained in:
tian.guangyuan
2020-03-13 18:26:48 +08:00
parent 4d3e41760d
commit 36c0f111bc
10 changed files with 236 additions and 15 deletions

View File

@@ -2017,5 +2017,14 @@ 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: '首次接触 '}
]
}