menu.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. [
  2. {
  3. "id": "1",
  4. "meta": {
  5. "icon": "ion:settings-outline",
  6. "order": 9997,
  7. "title": "system.title"
  8. },
  9. "name": "System",
  10. "path": "/system",
  11. "children": [
  12. {
  13. "id": "2412",
  14. "path": "/system/organization",
  15. "name": "MedicalOrganization",
  16. "meta": {
  17. "icon": "mdi:hospital-building",
  18. "title": "医疗机构管理"
  19. },
  20. "component": "/system/organization/list"
  21. },
  22. {
  23. "id": "2413",
  24. "path": "/system/enterprise",
  25. "name": "SystemEnterprise",
  26. "meta": {
  27. "icon": "mdi:account-group",
  28. "title": "企业管理"
  29. },
  30. "component": "/system/enterprise/list"
  31. },
  32. {
  33. "id": "2414",
  34. "path": "/system/tisane",
  35. "name": "SystemTisane",
  36. "meta": {
  37. "icon": "mdi:pill-multiple",
  38. "title": "煎药中心管理"
  39. },
  40. "component": "/system/tisane/list"
  41. },
  42. {
  43. "id": "101",
  44. "path": "/system/role",
  45. "name": "SystemRole",
  46. "meta": {
  47. "icon": "charm:organisation",
  48. "title": "角色管理"
  49. },
  50. "component": "/system/role/list"
  51. },
  52. {
  53. "id": "100",
  54. "path": "/system/user",
  55. "name": "SystemUser",
  56. "meta": {
  57. "icon": "mdi:account-group",
  58. "title": "用户管理"
  59. },
  60. "component": "/system/user/list"
  61. }
  62. ]
  63. },
  64. {
  65. "id": "2411",
  66. "meta": {
  67. "icon": "ion:settings-outline",
  68. "order": 9998,
  69. "title": "处方管理"
  70. },
  71. "name": "Prescription",
  72. "path": "/prescription",
  73. "children": [
  74. {
  75. "id": "2417",
  76. "path": "/prescription/management",
  77. "name": "PrescriptionManagement",
  78. "meta": {
  79. "icon": "mdi:prescription",
  80. "title": "处方列表"
  81. },
  82. "component": "/prescription/management/list"
  83. },
  84. {
  85. "id": "2418",
  86. "path": "/prescription/detail/:id",
  87. "name": "PrescriptionPreview",
  88. "meta": {
  89. "title": "煎药中心处方",
  90. "hideInMenu": true
  91. },
  92. "component": "/prescription/management/detail"
  93. }
  94. ]
  95. }
  96. ]