dashboard
repositories
filestore
activity
search
login
admin
/
zhba_enterprises
forked from
zhba/zhba_enterprises
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
考试申请审核通过限制培训学校修改考试时间,考试截止时间超过24小时则不能申请修改成绩
Administrator
2022-01-18
e353a27b56e6c8b4b0fed44b0def904eb6c13d43
[~admin/zhba_enterprises.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'
}