dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_enterprises_bf
保安服务企业管理项目备份
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
考试申请审核通过限制培训学校修改考试时间,考试截止时间超过24小时则不能申请修改成绩
Administrator
2022-01-18
e353a27b56e6c8b4b0fed44b0def904eb6c13d43
[zhba/zhba_enterprises_bf.git]
/
src
/
const
/
constant.js
1
2
3
4
5
6
7
8
9
10
export const nextSubjectType = {
last: 1,
next: 0,
current: 2
}
export const answerType = {
'true': 'right',
'false': 'incorrect'
}