[FIX]入司学历阻断条件

This commit is contained in:
yuweiqi
2020-03-04 15:34:58 +08:00
parent c0f6254fb3
commit 3f1317a299
2 changed files with 22 additions and 12 deletions

View File

@@ -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: '博士'