mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 17:55:49 +08:00
【new】
开发完成人才库列表 正在开发人才库-新增人才
This commit is contained in:
@@ -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: '首次接触 '}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user