mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 16:42:53 +08:00
[FIX]入司学历阻断条件
This commit is contained in:
@@ -1355,45 +1355,49 @@ export default {
|
||||
//入司文化程度
|
||||
rsdegree: [
|
||||
{
|
||||
id: 9,
|
||||
id: 2,
|
||||
text: '硕士'
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
id: 3,
|
||||
text: '本科'
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
id: 4,
|
||||
text: '大专'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
id: 5,
|
||||
text: '高中'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
id: 6,
|
||||
text: '初中'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
id: 7,
|
||||
text: '中专'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
id: 8,
|
||||
text: '小学'
|
||||
},
|
||||
{
|
||||
id: 0,
|
||||
id: 12,
|
||||
text: '其他'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
id: 13,
|
||||
text: '文盲'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
id: 14,
|
||||
text: '中技'
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
text: '其他'
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
text: '博士'
|
||||
|
||||
Reference in New Issue
Block a user