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-08-06
fa72be7e5e5d2b58a079e2896e5a2208fa6b8e13
[~admin/zhba_enterprises.git]
/
src
/
page
/
index
/
sidebar
/
config.js
1
2
3
4
5
6
7
8
9
export default {
propsDefault: {
label: 'label',
path: 'path',
icon: 'icon',
children: 'children',
isOpen: 'isOpen'
}
}