dashboard
repositories
filestore
activity
search
login
main
/
jczz_web
基层智治-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
数据管理下所有模块对应页面调整:搜索、字段展示; 搜索后,分页切换显示异常BUG
shuishen
2024-01-06
a531e8cce9f8d30a2ef9789eb04eb00b73f16a2b
[jczz_web.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'
}
}