|
@@ -1118,7 +1118,18 @@ export default {
|
1118
|
1118
|
noCache: true
|
1119
|
1119
|
}
|
1120
|
1120
|
},
|
1121
|
|
-
|
|
1121
|
+ {//80
|
|
1122
|
+ path: '/dialysis/print/batch/eightyone',
|
|
1123
|
+ component: () =>
|
|
1124
|
+ import('@/xt_pages/dialysis/batch_print/batch_print_order_eightyone'),
|
|
1125
|
+ hidden: true,
|
|
1126
|
+ is_menu: false,
|
|
1127
|
+ name: 'batch_print_order_eightyone',
|
|
1128
|
+ meta: {
|
|
1129
|
+ title: '批量打印',
|
|
1130
|
+ noCache: true
|
|
1131
|
+ }
|
|
1132
|
+ },
|
1122
|
1133
|
{
|
1123
|
1134
|
path: '/dialysis/flow',
|
1124
|
1135
|
component: () => import('@/xt_pages/dialysis/dialysisFlow'),
|