huangyw 2 years ago
parent
commit
7303f28e73
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/router/modules/dialysis.js

+ 12 - 0
src/router/modules/dialysis.js View File

@@ -359,6 +359,18 @@ export default {
359 359
         noCache: true
360 360
       }
361 361
     },
362
+    {
363
+      path: '/dialysis/print/batch/sixtyOne',
364
+      component: () =>
365
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyOne'),
366
+      hidden: true,
367
+      is_menu: false,
368
+      name: 'dialysis_batch_sixtyOne',
369
+      meta: {
370
+        title: '批量打印',
371
+        noCache: true
372
+      }
373
+    },
362 374
     {
363 375
       path: '/dialysis/print/batch/seven',
364 376
       component: () =>