an_xiao/police_uniapp/pagesC/psydaily/enum.js

56 lines
1.1 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const psychologicalEnum = [{
index: 0,
name: '1、选聘法治副校长定期开展学校安全教育(含交通安全教育',
key: 'lawEducaValue',
dataList: [{
value: 0,
num: 0,
name: '已选聘法治副校长开展安全教育,'
},
{
value: 1,
num: 10,
name: '已选聘法治副校长未开展安全教育扣1分'
},
{
value: 2,
num: 20,
name: '未选聘法治副校长未开展安全教育扣2分'
}
]
},
{
index: 1,
name: '2、建立、落实涉校矛盾纠纷排查化解工作机制',
key: 'conflictValue',
dataList: [{
value: 0,
num: 0,
name: '否,'
},
{
value: 1,
num: 30,
name: '有1起矛盾纠纷排查化解不力转变为刑事案件扣3分'
},
{
value: 2,
num: 60,
name: '有2起矛盾纠纷排查化解不力转变为刑事案件扣6分'
},
{
value: 3,
num: 90,
name: '有2起矛盾纠纷排查化解不力转变为刑事案件扣9分'
}
]
},
]
module.exports = {
psychologicalEnum,
}