dialysis.js 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. import Layout from '@/views/layout/Layout'
  2. export default {
  3. path: '/dialysis/',
  4. component: Layout,
  5. redirect: 'noredirect',
  6. name: 'dialysis',
  7. alwaysShow: true,
  8. meta: {
  9. title: 'dialysis',
  10. icon: 'touxi'
  11. },
  12. children: [
  13. // {
  14. // path: '/dialysis/home',
  15. // component: () => import('@/xt_pages/home/index'),
  16. // name: 'home',
  17. // meta: {
  18. // title: 'home',
  19. // noCache: true
  20. // }
  21. // },
  22. {
  23. path: '/dialysis/watch',
  24. component: () => import('@/xt_pages/dialysis/bloodPresssWatch'),
  25. name: 'watch',
  26. meta: {
  27. title: 'watch',
  28. noCache: true
  29. }
  30. },
  31. // {
  32. // path: '/dialysis/board',
  33. // component: () => import('@/xt_pages/dialysis/bulletinBoard'),
  34. // name: '数据看板',
  35. // meta: {
  36. // title: '数据看板',
  37. // noCache: true
  38. // }
  39. // },
  40. {
  41. path: '/dialysis/dialysisDoctorAdvice',
  42. component: () => import('@/xt_pages/dialysis/dialysisDoctorAdvice'),
  43. name: '透析医嘱',
  44. meta: {
  45. title: '透析医嘱',
  46. noCache: true
  47. }
  48. },
  49. {
  50. path: '/dialysis/doctorAdvicePrint',
  51. component: () => import('@/xt_pages/dialysis/doctorAdvicePrint'),
  52. name: '透析医嘱打印',
  53. hidden: true,
  54. is_menu: false,
  55. meta: {
  56. title: '透析医嘱打印',
  57. noCache: true
  58. }
  59. },
  60. {
  61. path: '/dialysis/consumableDrugs',
  62. component: () => import('@/xt_pages/dialysis/consumableDrugs'),
  63. name: '耗材药品',
  64. meta: {
  65. title: '耗材药品',
  66. noCache: true
  67. }
  68. },
  69. // {
  70. // path: '/dialysis/consumableDrugs_print',
  71. // component: () => import('@/xt_pages/dialysis/consumableDrugs_print'),
  72. // hidden: true,
  73. // is_menu: false,
  74. // name: 'consumableDrugs_print',
  75. // meta: {
  76. // title: 'consumableDrugs_print',
  77. // noCache: true
  78. // }
  79. // },
  80. // {
  81. // path: '/dialysis/dialysisDrugs_print',
  82. // component: () => import('@/xt_pages/dialysis/dialysisDrugs_print'),
  83. // hidden: true,
  84. // is_menu: false,
  85. // name: 'dialysisDrugs_print',
  86. // meta: {
  87. // title: 'dialysisDrugs_print',
  88. // noCache: true
  89. // }
  90. // },
  91. // {
  92. // path: '/dialysis/dialysisParameters_print',
  93. // component: () => import('@/xt_pages/dialysis/dialysisParameters_print'),
  94. // hidden: true,
  95. // is_menu: false,
  96. // name: 'dialysisParameters_print',
  97. // meta: {
  98. // title: 'dialysisParameters_print',
  99. // noCache: true
  100. // }
  101. // },
  102. // {
  103. // path: '/dialysis/allSummary_print',
  104. // component: () => import('@/xt_pages/dialysis/allSummary_print'),
  105. // hidden: true,
  106. // is_menu: false,
  107. // name: 'allSummary_print',
  108. // meta: {
  109. // title: 'allSummary_print',
  110. // noCache: true
  111. // }
  112. // },
  113. {
  114. path: '/dialysis/record/:id',
  115. component: () => import('@/xt_pages/dialysis/dialysisPage'),
  116. hidden: true,
  117. is_menu: false,
  118. name: 'paper',
  119. meta: {
  120. title: 'paper',
  121. noCache: true
  122. }
  123. },
  124. {
  125. path: '/dialysis/print',
  126. component: () => import('@/xt_pages/dialysis/dialysisPrintOrder'),
  127. hidden: true,
  128. is_menu: false,
  129. name: 'dialysisPrintOrder',
  130. meta: {
  131. title: 'dialysisPrintOrder',
  132. noCache: true
  133. }
  134. },
  135. // { path: 'advice', component: () => import('@/xt_pages/dialysis/doctorAdvice'), name: 'advice', meta: { title: 'advice' }},
  136. // { path: 'prepare', component: () => import('@/xt_pages/dialysis/dialysisPrepare'), name: 'prepare', meta: { title: 'prepare' }},
  137. {
  138. path: '/dialysis/details',
  139. component: () => import('@/xt_pages/dialysis/details'),
  140. name: 'details',
  141. meta: {
  142. title: 'details'
  143. },
  144. hidden: true,
  145. is_menu: false,
  146. noCache: true
  147. },
  148. {
  149. path: '/dialysis/print/batch',
  150. component: () =>
  151. import('@/xt_pages/dialysis/batch_print/batch_print_order'),
  152. hidden: true,
  153. is_menu: false,
  154. name: 'dialysis_batch_print',
  155. meta: {
  156. title: '批量打印',
  157. noCache: true
  158. }
  159. },
  160. {
  161. path: '/dialysis/print/batch/other',
  162. component: () =>
  163. import('@/xt_pages/dialysis/batch_print/batch_print_order_other'),
  164. hidden: true,
  165. is_menu: false,
  166. name: 'dialysis_batch_print_two',
  167. meta: {
  168. title: '批量打印',
  169. noCache: true
  170. }
  171. },
  172. {
  173. path: '/dialysis/print/batch/three',
  174. component: () =>
  175. import('@/xt_pages/dialysis/batch_print/batch_print_order_three'),
  176. hidden: true,
  177. is_menu: false,
  178. name: 'dialysis_batch_print_two_one',
  179. meta: {
  180. title: '批量打印',
  181. noCache: true
  182. }
  183. },
  184. {
  185. path: '/dialysis/print/batch/four',
  186. component: () =>
  187. import('@/xt_pages/dialysis/batch_print/batch_print_order_four'),
  188. hidden: true,
  189. is_menu: false,
  190. name: 'dialysis_batch_print_two_one',
  191. meta: {
  192. title: '批量打印',
  193. noCache: true
  194. }
  195. },
  196. {
  197. path: '/dialysis/print/batch/five',
  198. component: () =>
  199. import('@/xt_pages/dialysis/batch_print/batch_print_order_five'),
  200. hidden: true,
  201. is_menu: false,
  202. name: 'dialysis_batch_print_two_one',
  203. meta: {
  204. title: '批量打印',
  205. noCache: true
  206. }
  207. },
  208. {
  209. path: '/dialysis/print/batch/six',
  210. component: () =>
  211. import('@/xt_pages/dialysis/batch_print/batch_print_order_six'),
  212. hidden: true,
  213. is_menu: false,
  214. name: 'dialysis_batch_six',
  215. meta: {
  216. title: '批量打印',
  217. noCache: true
  218. }
  219. },
  220. {
  221. path: '/dialysis/print/batch/seven',
  222. component: () =>
  223. import('@/xt_pages/dialysis/batch_print/batch_print_order_seven'),
  224. hidden: true,
  225. is_menu: false,
  226. name: 'dialysis_batch_seven',
  227. meta: {
  228. title: '批量打印',
  229. noCache: true
  230. }
  231. },
  232. {
  233. path: '/dialysis/print/batch/eight',
  234. component: () =>
  235. import('@/xt_pages/dialysis/batch_print/batch_print_order_eight'),
  236. hidden: true,
  237. is_menu: false,
  238. name: 'dialysis_batch_eight',
  239. meta: {
  240. title: '批量打印',
  241. noCache: true
  242. }
  243. },
  244. {
  245. path: '/dialysis/print/batch/nine',
  246. component: () =>
  247. import('@/xt_pages/dialysis/batch_print/batch_print_order_nine'),
  248. hidden: true,
  249. is_menu: false,
  250. name: 'dialysis_batch_nine',
  251. meta: {
  252. title: '批量打印',
  253. noCache: true
  254. }
  255. },
  256. {
  257. path: '/dialysis/print/batch/twelve',
  258. component: () =>
  259. import('@/xt_pages/dialysis/batch_print/batch_print_order_twelve'),
  260. hidden: true,
  261. is_menu: false,
  262. name: 'dialysis_batch_twelve',
  263. meta: {
  264. title: '批量打印',
  265. noCache: true
  266. }
  267. },
  268. {
  269. path: '/dialysis/print/batch/thirteen',
  270. component: () =>
  271. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirteen'),
  272. hidden: true,
  273. is_menu: false,
  274. name: 'dialysis_batch_thirteen',
  275. meta: {
  276. title: '批量打印',
  277. noCache: true
  278. }
  279. },
  280. {
  281. path: '/dialysis/print/batch/fifteen',
  282. component: () =>
  283. import('@/xt_pages/dialysis/batch_print/batch_print_order_fifteen'),
  284. hidden: true,
  285. is_menu: false,
  286. name: 'dialysis_batch_fifteen',
  287. meta: {
  288. title: '批量打印',
  289. noCache: true
  290. }
  291. },
  292. {
  293. path: '/dialysis/print/batch/twenty',
  294. component: () =>
  295. import('@/xt_pages/dialysis/batch_print/batch_print_order_twenty'),
  296. hidden: true,
  297. is_menu: false,
  298. name: 'dialysis_batch_twenty',
  299. meta: {
  300. title: '批量打印',
  301. noCache: true
  302. }
  303. },
  304. {
  305. path: '/dialysis/print/batch/twentyTwo',
  306. component: () =>
  307. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo'),
  308. hidden: true,
  309. is_menu: false,
  310. name: 'dialysis_batch_twentyTwo',
  311. meta: {
  312. title: '批量打印',
  313. noCache: true
  314. }
  315. },
  316. {
  317. path: '/dialysis/print/batch/twentyFive',
  318. component: () =>
  319. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyFive'),
  320. hidden: true,
  321. is_menu: false,
  322. name: 'dialysis_batch_twentyFive',
  323. meta: {
  324. title: '批量打印',
  325. noCache: true
  326. }
  327. },
  328. {
  329. path: '/dialysis/print/batch/thirty',
  330. component: () =>
  331. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirty'),
  332. hidden: true,
  333. is_menu: false,
  334. name: 'dialysis_batch_thirty',
  335. meta: {
  336. title: '批量打印',
  337. noCache: true
  338. }
  339. },
  340. {
  341. path: '/dialysis/print/batch/thirtyTwo',
  342. component: () =>
  343. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyTwo'),
  344. hidden: true,
  345. is_menu: false,
  346. name: 'batch_print_order_thirtyTwo',
  347. meta: {
  348. title: '批量打印',
  349. noCache: true
  350. }
  351. },
  352. {
  353. path: '/dialysis/print/batch/thirtyThree',
  354. component: () =>
  355. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree'),
  356. hidden: true,
  357. is_menu: false,
  358. name: 'batch_print_order_thirtyThree',
  359. meta: {
  360. title: '批量打印',
  361. noCache: true
  362. }
  363. },
  364. {
  365. path: '/dialysis/print/batch/thirtyThree_one',
  366. component: () =>
  367. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_one'),
  368. hidden: true,
  369. is_menu: false,
  370. name: 'dialysis_batch_print_thirtyThree_one',
  371. meta: {
  372. title: '批量打印',
  373. noCache: true
  374. }
  375. },
  376. {
  377. path: '/dialysis/print/batch/thirtyThree_two',
  378. component: () =>
  379. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_two'),
  380. hidden: true,
  381. is_menu: false,
  382. name: 'dialysis_batch_print_thirtyThree_two',
  383. meta: {
  384. title: '批量打印',
  385. noCache: true
  386. }
  387. },
  388. {
  389. path: '/dialysis/print/batch/twentyTwo_one',
  390. component: () =>
  391. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo_one'),
  392. hidden: true,
  393. is_menu: false,
  394. name: 'dialysis_batch_twentyTwo_one',
  395. meta: {
  396. title: '批量打印',
  397. noCache: true
  398. }
  399. },
  400. {
  401. path: '/dialysis/print/batch/twentyTwo_two',
  402. component: () =>
  403. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo_two'),
  404. hidden: true,
  405. is_menu: false,
  406. name: 'dialysis_batch_twentyTwo_two',
  407. meta: {
  408. title: '批量打印',
  409. noCache: true
  410. }
  411. },
  412. {
  413. path: '/dialysis/print/batch/otherone',
  414. component: () =>
  415. import('@/xt_pages/dialysis/batch_print/batch_print_order_other_one'),
  416. hidden: true,
  417. is_menu: false,
  418. name: 'dialysis_batch_print_two_one',
  419. meta: {
  420. title: '批量打印',
  421. noCache: true
  422. }
  423. },
  424. {
  425. path: '/dialysis/print/batch/othertwo',
  426. component: () =>
  427. import('@/xt_pages/dialysis/batch_print/batch_print_order_other_two'),
  428. hidden: true,
  429. is_menu: false,
  430. name: 'dialysis_batch_print_two_two',
  431. meta: {
  432. title: '批量打印',
  433. noCache: true
  434. }
  435. },
  436. {
  437. path: '/dialysis/print/batch/fiveone',
  438. component: () =>
  439. import('@/xt_pages/dialysis/batch_print/batch_print_order_five_one'),
  440. hidden: true,
  441. is_menu: false,
  442. name: 'dialysis_batch_print_two_two',
  443. meta: {
  444. title: '批量打印',
  445. noCache: true
  446. }
  447. },
  448. {
  449. path: '/dialysis/print/batch/fivetwo',
  450. component: () =>
  451. import('@/xt_pages/dialysis/batch_print/batch_print_order_five_two'),
  452. hidden: true,
  453. is_menu: false,
  454. name: 'dialysis_batch_print_two_two',
  455. meta: {
  456. title: '批量打印',
  457. noCache: true
  458. }
  459. }
  460. ]
  461. }