|
@@ -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'),
|