menu.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. "id": "2415",
  64. "path": "/system/personnel-qualification",
  65. "name": "SystemPersonnelQualification",
  66. "meta": {
  67. "icon": "mdi:certificate-outline",
  68. "title": "岗位人员资质管理"
  69. },
  70. "component": "/system/personnel-qualification/list"
  71. }
  72. ]
  73. },
  74. {
  75. "id": "2411",
  76. "meta": {
  77. "icon": "ion:settings-outline",
  78. "order": 9998,
  79. "title": "处方管理"
  80. },
  81. "name": "Prescription",
  82. "path": "/prescription",
  83. "children": [
  84. {
  85. "id": "2417",
  86. "path": "/prescription/management",
  87. "name": "PrescriptionManagement",
  88. "meta": {
  89. "icon": "mdi:prescription",
  90. "title": "处方列表"
  91. },
  92. "component": "/prescription/management/list"
  93. },
  94. {
  95. "id": "2418",
  96. "path": "/prescription/detail/:id",
  97. "name": "PrescriptionPreview",
  98. "meta": {
  99. "title": "煎药中心处方",
  100. "hideInMenu": true
  101. },
  102. "component": "/prescription/management/detail"
  103. }
  104. ]
  105. },
  106. {
  107. "id": "2500",
  108. "meta": {
  109. "icon": "mdi:clipboard-text-search-outline",
  110. "order": 9996,
  111. "title": "处方点评"
  112. },
  113. "name": "PrescriptionReview",
  114. "path": "/prescription-review",
  115. "children": [
  116. {
  117. "id": "2501",
  118. "path": "/prescription-review/expert",
  119. "name": "PrescriptionReviewExpert",
  120. "meta": {
  121. "icon": "mdi:account-tie",
  122. "title": "点评专家"
  123. },
  124. "component": "/prescription-review/expert/list"
  125. },
  126. {
  127. "id": "2502",
  128. "path": "/prescription-review/indicator-library",
  129. "name": "PrescriptionReviewIndicatorLibrary",
  130. "meta": {
  131. "icon": "mdi:chart-box-outline",
  132. "title": "点评指标库"
  133. },
  134. "component": "/prescription-review/indicator-library/list"
  135. }
  136. ]
  137. },
  138. {
  139. "id": "2600",
  140. "meta": {
  141. "icon": "mdi:star-outline",
  142. "order": 9995,
  143. "title": "患者评价"
  144. },
  145. "name": "PatientEvaluation",
  146. "path": "/patient-evaluation",
  147. "children": [
  148. {
  149. "id": "2601",
  150. "path": "/patient-evaluation/satisfaction",
  151. "name": "PatientEvaluationSatisfaction",
  152. "meta": {
  153. "icon": "mdi:emoticon-happy-outline",
  154. "title": "满意度评价"
  155. },
  156. "component": "/patient-evaluation/satisfaction/list"
  157. },
  158. {
  159. "id": "2602",
  160. "path": "/patient-evaluation/efficacy",
  161. "name": "PatientEvaluationEfficacy",
  162. "meta": {
  163. "icon": "mdi:medical-bag",
  164. "title": "处方疗效评价"
  165. },
  166. "component": "/patient-evaluation/efficacy/list"
  167. }
  168. ]
  169. }
  170. ]