|
@@ -16,7 +16,7 @@ export default {
|
16
|
16
|
name: '透析记录',
|
17
|
17
|
meta: {
|
18
|
18
|
title: '透析记录',
|
19
|
|
- noCache: true,
|
|
19
|
+ noCache: true
|
20
|
20
|
|
21
|
21
|
}
|
22
|
22
|
},
|
|
@@ -26,7 +26,7 @@ export default {
|
26
|
26
|
name: 'watch',
|
27
|
27
|
meta: {
|
28
|
28
|
title: 'watch',
|
29
|
|
- noCache: true,
|
|
29
|
+ noCache: true
|
30
|
30
|
|
31
|
31
|
}
|
32
|
32
|
},
|
|
@@ -36,7 +36,7 @@ export default {
|
36
|
36
|
name: '数据看板',
|
37
|
37
|
meta: {
|
38
|
38
|
title: '数据看板',
|
39
|
|
- noCache: true,
|
|
39
|
+ noCache: true
|
40
|
40
|
|
41
|
41
|
}
|
42
|
42
|
},
|
|
@@ -165,6 +165,18 @@ export default {
|
165
|
165
|
noCache: true
|
166
|
166
|
}
|
167
|
167
|
},
|
|
168
|
+ {
|
|
169
|
+ path: '/dialysis/print/batch/nine',
|
|
170
|
+ component: () =>
|
|
171
|
+ import('@/xt_pages/dialysis/batch_print/batch_print_order_nine'),
|
|
172
|
+ hidden: true,
|
|
173
|
+ is_menu: false,
|
|
174
|
+ name: 'dialysis_batch_nine',
|
|
175
|
+ meta: {
|
|
176
|
+ title: '批量打印',
|
|
177
|
+ noCache: true
|
|
178
|
+ }
|
|
179
|
+ },
|
168
|
180
|
{
|
169
|
181
|
path: '/dialysis/print/batch/otherone',
|
170
|
182
|
component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_other_one'),
|
|
@@ -205,7 +217,7 @@ export default {
|
205
|
217
|
title: '批量打印',
|
206
|
218
|
noCache: true
|
207
|
219
|
}
|
208
|
|
- },
|
|
220
|
+ }
|
209
|
221
|
|
210
|
222
|
]
|
211
|
223
|
}
|