123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- [
- {
- "meta": {
- "icon": "charm:organisation",
- "order": 2,
- "title": "business.dept.title"
- },
- "name": "BusinessDepartment",
- "path": "/business/dept",
- "component": "/business/department/list"
- },
- {
- "meta": {
- "icon": "mdi:account",
- "order": 3,
- "title": "business.doctor.title"
- },
- "name": "BusinessDoctor",
- "path": "/business/doctor",
- "component": "/business/doctor/list"
- },
- {
- "meta": {
- "icon": "ion:settings-outline",
- "order": 9997,
- "title": "system.title"
- },
- "name": "System",
- "path": "/system",
- "children": [
- {
- "path": "/system/role",
- "name": "SystemRole",
- "meta": {
- "icon": "mdi:account-group",
- "title": "system.role.title"
- },
- "component": "/system/role/list"
- },
- {
- "path": "/system/user",
- "name": "SystemUser",
- "meta": {
- "icon": "charm:organisation",
- "title": "system.user.title"
- },
- "component": "/system/user/list"
- }
- ]
- }
- ]
|