menu.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [
  2. {
  3. "meta": {
  4. "icon": "charm:organisation",
  5. "order": 2,
  6. "title": "business.dept.title"
  7. },
  8. "name": "BusinessDepartment",
  9. "path": "/business/dept",
  10. "component": "/business/department/list"
  11. },
  12. {
  13. "meta": {
  14. "icon": "mdi:account",
  15. "order": 3,
  16. "title": "business.doctor.title"
  17. },
  18. "name": "BusinessDoctor",
  19. "path": "/business/doctor",
  20. "component": "/business/doctor/list"
  21. },
  22. {
  23. "meta": {
  24. "icon": "ion:settings-outline",
  25. "order": 9997,
  26. "title": "system.title"
  27. },
  28. "name": "System",
  29. "path": "/system",
  30. "children": [
  31. {
  32. "path": "/system/role",
  33. "name": "SystemRole",
  34. "meta": {
  35. "icon": "mdi:account-group",
  36. "title": "system.role.title"
  37. },
  38. "component": "/system/role/list"
  39. },
  40. {
  41. "path": "/system/user",
  42. "name": "SystemUser",
  43. "meta": {
  44. "icon": "charm:organisation",
  45. "title": "system.user.title"
  46. },
  47. "component": "/system/user/list"
  48. }
  49. ]
  50. }
  51. ]