dashboard
repositories
filestore
activity
search
login
admin
/
zhba_enterprises
forked from
zhba/zhba_enterprises
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
考试成绩新增是否制证查询,已制证的无法再批量申请,可以单个申请补证
Administrator
2021-12-17
929087ce8c7cec3afe297fdfc55b3f76ec7939d9
[~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'
}