|
@@ -38,59 +38,59 @@ export default {
|
38
|
38
|
noCache: true
|
39
|
39
|
}
|
40
|
40
|
},
|
41
|
|
- {
|
42
|
|
- path: '/dialysis/consumableDrugs',
|
43
|
|
- component: () => import('@/xt_pages/dialysis/consumableDrugs'),
|
44
|
|
- name: '耗材药品',
|
45
|
|
- meta: {
|
46
|
|
- title: '耗材药品',
|
47
|
|
- noCache: true
|
48
|
|
- }
|
49
|
|
- },
|
50
|
|
- {
|
51
|
|
- path: '/dialysis/consumableDrugs_print',
|
52
|
|
- component: () => import('@/xt_pages/dialysis/consumableDrugs_print'),
|
53
|
|
- hidden: true,
|
54
|
|
- is_menu: false,
|
55
|
|
- name: 'consumableDrugs_print',
|
56
|
|
- meta: {
|
57
|
|
- title: 'consumableDrugs_print',
|
58
|
|
- noCache: true
|
59
|
|
- }
|
60
|
|
- },
|
61
|
|
- {
|
62
|
|
- path: '/dialysis/dialysisDrugs_print',
|
63
|
|
- component: () => import('@/xt_pages/dialysis/dialysisDrugs_print'),
|
64
|
|
- hidden: true,
|
65
|
|
- is_menu: false,
|
66
|
|
- name: 'dialysisDrugs_print',
|
67
|
|
- meta: {
|
68
|
|
- title: 'dialysisDrugs_print',
|
69
|
|
- noCache: true
|
70
|
|
- }
|
71
|
|
- },
|
72
|
|
- {
|
73
|
|
- path: '/dialysis/dialysisParameters_print',
|
74
|
|
- component: () => import('@/xt_pages/dialysis/dialysisParameters_print'),
|
75
|
|
- hidden: true,
|
76
|
|
- is_menu: false,
|
77
|
|
- name: 'dialysisParameters_print',
|
78
|
|
- meta: {
|
79
|
|
- title: 'dialysisParameters_print',
|
80
|
|
- noCache: true
|
81
|
|
- }
|
82
|
|
- },
|
83
|
|
- {
|
84
|
|
- path: '/dialysis/allSummary_print',
|
85
|
|
- component: () => import('@/xt_pages/dialysis/allSummary_print'),
|
86
|
|
- hidden: true,
|
87
|
|
- is_menu: false,
|
88
|
|
- name: 'allSummary_print',
|
89
|
|
- meta: {
|
90
|
|
- title: 'allSummary_print',
|
91
|
|
- noCache: true
|
92
|
|
- }
|
93
|
|
- },
|
|
41
|
+ // {
|
|
42
|
+ // path: '/dialysis/consumableDrugs',
|
|
43
|
+ // component: () => import('@/xt_pages/dialysis/consumableDrugs'),
|
|
44
|
+ // name: '耗材药品',
|
|
45
|
+ // meta: {
|
|
46
|
+ // title: '耗材药品',
|
|
47
|
+ // noCache: true
|
|
48
|
+ // }
|
|
49
|
+ // },
|
|
50
|
+ // {
|
|
51
|
+ // path: '/dialysis/consumableDrugs_print',
|
|
52
|
+ // component: () => import('@/xt_pages/dialysis/consumableDrugs_print'),
|
|
53
|
+ // hidden: true,
|
|
54
|
+ // is_menu: false,
|
|
55
|
+ // name: 'consumableDrugs_print',
|
|
56
|
+ // meta: {
|
|
57
|
+ // title: 'consumableDrugs_print',
|
|
58
|
+ // noCache: true
|
|
59
|
+ // }
|
|
60
|
+ // },
|
|
61
|
+ // {
|
|
62
|
+ // path: '/dialysis/dialysisDrugs_print',
|
|
63
|
+ // component: () => import('@/xt_pages/dialysis/dialysisDrugs_print'),
|
|
64
|
+ // hidden: true,
|
|
65
|
+ // is_menu: false,
|
|
66
|
+ // name: 'dialysisDrugs_print',
|
|
67
|
+ // meta: {
|
|
68
|
+ // title: 'dialysisDrugs_print',
|
|
69
|
+ // noCache: true
|
|
70
|
+ // }
|
|
71
|
+ // },
|
|
72
|
+ // {
|
|
73
|
+ // path: '/dialysis/dialysisParameters_print',
|
|
74
|
+ // component: () => import('@/xt_pages/dialysis/dialysisParameters_print'),
|
|
75
|
+ // hidden: true,
|
|
76
|
+ // is_menu: false,
|
|
77
|
+ // name: 'dialysisParameters_print',
|
|
78
|
+ // meta: {
|
|
79
|
+ // title: 'dialysisParameters_print',
|
|
80
|
+ // noCache: true
|
|
81
|
+ // }
|
|
82
|
+ // },
|
|
83
|
+ // {
|
|
84
|
+ // path: '/dialysis/allSummary_print',
|
|
85
|
+ // component: () => import('@/xt_pages/dialysis/allSummary_print'),
|
|
86
|
+ // hidden: true,
|
|
87
|
+ // is_menu: false,
|
|
88
|
+ // name: 'allSummary_print',
|
|
89
|
+ // meta: {
|
|
90
|
+ // title: 'allSummary_print',
|
|
91
|
+ // noCache: true
|
|
92
|
+ // }
|
|
93
|
+ // },
|
94
|
94
|
{
|
95
|
95
|
path: '/dialysis/record/:id',
|
96
|
96
|
component: () => import('@/xt_pages/dialysis/dialysisPage'),
|