dashboard
repositories
filestore
activity
search
login
main
/
zhny_web
智慧农业后台管理页面
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
去掉数字输入框后的加减按钮。农产品、加工产品、农资数字输入框不能为负数
guoshilong
2022-08-11
5da57ebe0b9ee84e959eec20153b0886c9cc1f0d
[zhny_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'
}
}