menu.json 2.0 KB

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