保安服务单位许可和备案申请系统
liuyg
2021-08-25 22f558363f391cf0d3447a68ebd82e8f67b14da7
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}