Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

hisTool.js 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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/batchTemplate',
  22. component: () => import('@/xt_pages/outpatientDoctorStation/batch_mode_template'),
  23. name: 'batchModeTemplate',
  24. meta: { title: 'batchModeTemplate', noCache: true },
  25. hidden: true,
  26. is_menu: false
  27. },
  28. {
  29. path: '/hisTool/batchDelete',
  30. component: () => import('@/xt_pages/outpatientDoctorStation/batch_delete'),
  31. name: 'batchDelete',
  32. meta: { title: 'batchDelete', noCache: true },
  33. hidden: true,
  34. is_menu: false
  35. },
  36. {
  37. path: '/hisTool/batchReplacement',
  38. component: () => import('@/xt_pages/outpatientDoctorStation/batch_replacement'),
  39. name: 'batchReplacement',
  40. meta: { title: 'batchReplacement', noCache: true },
  41. hidden: true,
  42. is_menu: false
  43. },
  44. {
  45. path: '/hisTool/modeTemplateDetail',
  46. component: () => import('@/xt_pages/outpatientDoctorStation/modeTemplateDetail'),
  47. name: 'modeTemplateDetail',
  48. meta: { title: 'modeTemplateDetail', noCache: true },
  49. hidden: true,
  50. is_menu: false
  51. },
  52. {
  53. path: '/hisTool/prescriptionTemplate',
  54. component: () => import('@/xt_pages/outpatientDoctorStation/prescriptionTemplate'),
  55. name: 'prescriptionTemplate',
  56. meta: { title: 'prescriptionTemplate', noCache: true }
  57. }, {
  58. path: '/hisTool/prescriptionTemplatedetail',
  59. component: () => import('@/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail'),
  60. name: 'prescriptionTemplatedetail',
  61. hidden: true,
  62. is_menu: false,
  63. meta: { title: 'prescriptionTemplatedetail', noCache: true }
  64. }, {
  65. path: '/hisTool/costComparison',
  66. component: () => import('@/xt_pages/outpatientCharges/costComparison'),
  67. name: 'costComparison',
  68. meta: { title: 'costComparison', noCache: true }
  69. }, {
  70. path: '/hisTool/outpatientRecord',
  71. component: () => import('@/xt_pages/outpatientRecord/outpatientRecord'),
  72. name: 'outpatientSickRecord',
  73. meta: { title: 'outpatientSickRecord', noCache: true }
  74. }, {
  75. path: '/hisTool/summary',
  76. component: () => import('@/xt_pages/outpatientTool/summary'),
  77. name: 'summary_tool',
  78. meta: { title: 'summary_tool', noCache: true }
  79. },
  80. {
  81. path: '/hisTool/print',
  82. component: () => import('@/xt_pages/outpatientTool/labelPrint'),
  83. name: 'labelPrint',
  84. meta: { title: 'labelPrint', noCache: true }
  85. },
  86. {
  87. path: '/hisTool/faPiao',
  88. component: () => import('@/xt_pages/outpatientTool/fapiao'),
  89. name: 'faPiao',
  90. meta: { title: 'faPiao', noCache: true }
  91. }, {
  92. path: '/hisTool/yidiClear',
  93. component: () => import('@/xt_pages/outpatientTool/yidiClear'),
  94. name: 'yidiClear',
  95. meta: { title: 'yidiClear', noCache: true }
  96. },
  97. {
  98. path: '/hisTool/statistics',
  99. component: () => import('@/xt_pages/outpatientTool/statistics'),
  100. name: 'statistics',
  101. meta: { title: 'statistics', noCache: true }
  102. },
  103. {
  104. path: '/hisTool/zeroSummary',
  105. component: () => import('@/xt_pages/outpatientTool/zeroSummary'),
  106. name: 'zeroSummary',
  107. meta: { title: 'zeroSummary', noCache: true }
  108. },
  109. {
  110. path: '/hisTool/detailPrint',
  111. component: () => import('@/xt_pages/outpatientTool/detailPrint'),
  112. name: 'detailPrint',
  113. hidden: true,
  114. is_menu: false,
  115. meta: { title: 'detailPrint', noCache: true }
  116. },
  117. {
  118. path: '/hisTool/gatherPrint',
  119. component: () => import('@/xt_pages/outpatientTool/gatherPrint'),
  120. name: 'gatherPrint',
  121. hidden: true,
  122. is_menu: false,
  123. meta: { title: 'gatherPrint', noCache: true }
  124. },
  125. {
  126. path: '/hisTool/gatherPrintInvoice',
  127. component: () => import('@/xt_pages/outpatientTool/gatherPrintInvoice'),
  128. name: 'gatherPrint',
  129. hidden: true,
  130. is_menu: false,
  131. meta: { title: 'gatherPrint', noCache: true }
  132. },
  133. {
  134. path: '/hisTool/export',
  135. component: () => import('@/xt_pages/outpatientTool/export'),
  136. name: 'export',
  137. meta: { title: 'export', noCache: true }
  138. },
  139. {
  140. path: '/hisTool/exportOne',
  141. component: () => import('@/xt_pages/outpatientTool/exportOne'),
  142. name: 'exportOne',
  143. meta: { title: 'exportOne', noCache: true }
  144. }
  145. ]
  146. }