|
@@ -351,17 +351,17 @@ export default {
|
351
|
351
|
noCache: true
|
352
|
352
|
},
|
353
|
353
|
// 透析记录2
|
354
|
|
- // {
|
355
|
|
- // path: '/dialysis/details/indexs',
|
356
|
|
- // component: () => import('@/xt_pages/dialysis/details/indexs'),
|
357
|
|
- // name: 'details',
|
358
|
|
- // meta: {
|
359
|
|
- // title: 'details'
|
360
|
|
- // },
|
361
|
|
- // hidden: true,
|
362
|
|
- // is_menu: false,
|
363
|
|
- // noCache: true
|
364
|
|
- // },
|
|
354
|
+ {
|
|
355
|
+ path: '/dialysis/details/indexs',
|
|
356
|
+ component: () => import('@/xt_pages/dialysis/details/indexs'),
|
|
357
|
+ name: 'details',
|
|
358
|
+ meta: {
|
|
359
|
+ title: 'details'
|
|
360
|
+ },
|
|
361
|
+ hidden: true,
|
|
362
|
+ is_menu: false,
|
|
363
|
+ noCache: true
|
|
364
|
+ },
|
365
|
365
|
|
366
|
366
|
{
|
367
|
367
|
path: '/dialysis/print/batch',
|