【fix】 DC-04-国富人寿GFRS-790【人力发展-活动量管理】新增人才信息时,状态中数据字典名称为“三次以上接触”,目前显示为“三次接触以上”

三次接触以上  --> 三次以上接触
This commit is contained in:
tian.guangyuan
2020-03-23 14:50:14 +08:00
parent d2a4bacd2a
commit 28b18a4a5d

View File

@@ -2023,7 +2023,7 @@ export default {
{ id: 0, text: '暂不考虑' }, { id: 0, text: '暂不考虑' },
{ id: 1, text: '已加盟' }, { id: 1, text: '已加盟' },
{ id: 2, text: '确认加盟' }, { id: 2, text: '确认加盟' },
{ id: 3, text: '三次接触以上' }, { id: 3, text: '三次以上接触' },
{ id: 4, text: '二次接触' }, { id: 4, text: '二次接触' },
{ id: 5, text: '首次接触 ' } { id: 5, text: '首次接触 ' }
], ],