hisTool.js 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. import Layout from '@/views/layout/Layout'
  2. export default {
  3. path: '/hisTool',
  4. component: Layout,
  5. redirect: 'noredirect',
  6. name: 'hisTool',
  7. alwaysShow: true,
  8. meta: {
  9. title: 'hisTool',
  10. icon: 'hisTool',
  11. isChild: true
  12. },
  13. children: [
  14. {
  15. path: '/hisTool/modeTemplate',
  16. component: () => import('@/xt_pages/outpatientDoctorStation/modeTemplate'),
  17. name: 'modeTemplate',
  18. meta: { title: 'modeTemplate', noCache: true }
  19. },
  20. {
  21. path: '/hisTool/modeTemplateDetail',
  22. component: () => import('@/xt_pages/outpatientDoctorStation/modeTemplateDetail'),
  23. name: 'modeTemplateDetail',
  24. meta: { title: 'modeTemplateDetail', noCache: true },
  25. hidden: true,
  26. is_menu: false
  27. },
  28. {
  29. path: '/hisTool/prescriptionTemplate',
  30. component: () => import('@/xt_pages/outpatientDoctorStation/prescriptionTemplate'),
  31. name: 'prescriptionTemplate',
  32. meta: { title: 'prescriptionTemplate', noCache: true }
  33. }, {
  34. path: '/hisTool/prescriptionTemplatedetail',
  35. component: () => import('@/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail'),
  36. name: 'prescriptionTemplatedetail',
  37. hidden: true,
  38. is_menu: false,
  39. meta: { title: 'prescriptionTemplatedetail', noCache: true }
  40. }, {
  41. path: '/hisTool/costComparison',
  42. component: () => import('@/xt_pages/outpatientCharges/costComparison'),
  43. name: 'costComparison',
  44. meta: { title: 'costComparison', noCache: true }
  45. }, {
  46. path: '/hisTool/outpatientRecord',
  47. component: () => import('@/xt_pages/outpatientRecord/outpatientRecord'),
  48. name: 'outpatientSickRecord',
  49. meta: { title: 'outpatientSickRecord', noCache: true }
  50. }, {
  51. path: '/hisTool/summary',
  52. component: () => import('@/xt_pages/outpatientTool/summary'),
  53. name: 'summary_tool',
  54. meta: { title: 'summary_tool', noCache: true }
  55. },
  56. {
  57. path: '/hisTool/print',
  58. component: () => import('@/xt_pages/outpatientTool/labelPrint'),
  59. name: 'labelPrint',
  60. meta: { title: 'labelPrint', noCache: true }
  61. },
  62. {
  63. path: '/hisTool/faPiao',
  64. component: () => import('@/xt_pages/outpatientTool/fapiao'),
  65. name: 'faPiao',
  66. meta: { title: 'faPiao', noCache: true }
  67. }, {
  68. path: '/hisTool/yidiClear',
  69. component: () => import('@/xt_pages/outpatientTool/yidiClear'),
  70. name: 'yidiClear',
  71. meta: { title: 'yidiClear', noCache: true }
  72. },
  73. {
  74. path: '/hisTool/statistics',
  75. component: () => import('@/xt_pages/outpatientTool/statistics'),
  76. name: 'statistics',
  77. meta: { title: 'statistics', noCache: true }
  78. },
  79. {
  80. path: '/hisTool/zeroSummary',
  81. component: () => import('@/xt_pages/outpatientTool/zeroSummary'),
  82. name: 'zeroSummary',
  83. meta: { title: 'zeroSummary', noCache: true }
  84. },
  85. {
  86. path: '/hisTool/detailPrint',
  87. component: () => import('@/xt_pages/outpatientTool/detailPrint'),
  88. name: 'detailPrint',
  89. hidden: true,
  90. is_menu: false,
  91. meta: { title: 'detailPrint', noCache: true }
  92. },
  93. {
  94. path: '/hisTool/gatherPrint',
  95. component: () => import('@/xt_pages/outpatientTool/gatherPrint'),
  96. name: 'gatherPrint',
  97. hidden: true,
  98. is_menu: false,
  99. meta: { title: 'gatherPrint', noCache: true }
  100. },
  101. {
  102. path: '/hisTool/gatherPrintInvoice',
  103. component: () => import('@/xt_pages/outpatientTool/gatherPrintInvoice'),
  104. name: 'gatherPrint',
  105. hidden: true,
  106. is_menu: false,
  107. meta: { title: 'gatherPrint', noCache: true }
  108. },
  109. {
  110. path: '/hisTool/export',
  111. component: () => import('@/xt_pages/outpatientTool/export'),
  112. name: 'export',
  113. meta: { title: 'export', noCache: true }
  114. },
  115. {
  116. path: '/hisTool/exportOne',
  117. component: () => import('@/xt_pages/outpatientTool/exportOne'),
  118. name: 'exportOne',
  119. meta: { title: 'exportOne', noCache: true }
  120. }
  121. ]
  122. }