yq1 1 year ago
parent
commit
e34912bf97
1 changed files with 24 additions and 0 deletions
  1. 24 0
      src/router/modules/dialysis.js

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

@@ -951,6 +951,30 @@ export default {
951 951
         noCache: true
952 952
       }
953 953
     },
954
+    {
955
+      path: '/dialysis/print/batch/seventyone',
956
+      component: () =>
957
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_seventyone'),
958
+      hidden: true,
959
+      is_menu: false,
960
+      name: 'batch_print_order_seventyone',
961
+      meta: {
962
+        title: '批量打印',
963
+        noCache: true
964
+      }
965
+    },
966
+    {
967
+      path: '/dialysis/print/batch/seventytwo',
968
+      component: () =>
969
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_seventytwo'),
970
+      hidden: true,
971
+      is_menu: false,
972
+      name: 'batch_print_order_seventytwo',
973
+      meta: {
974
+        title: '批量打印',
975
+        noCache: true
976
+      }
977
+    },
954 978
     {
955 979
       path: '/dialysis/flow',
956 980
       component: () => import('@/xt_pages/dialysis/dialysisFlow'),