大件运输联网系统前端代码
guoshilong
2022-12-14 a40cf54742a0c3783e2e47e4e39bdb5c3cdec512
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}