Browse Source

更改模板10样式

XMLWAN 5 years ago
parent
commit
f3fcee6d33
2 changed files with 17 additions and 5 deletions
  1. 16 4
      src/router/modules/dialysis.js
  2. 1 1
      src/xt_pages/dialysis/dialysisPrintOrder.vue

+ 16 - 4
src/router/modules/dialysis.js View File

16
       name: '透析记录',
16
       name: '透析记录',
17
       meta: {
17
       meta: {
18
         title: '透析记录',
18
         title: '透析记录',
19
-        noCache: true,
19
+        noCache: true
20
 
20
 
21
       }
21
       }
22
     },
22
     },
26
       name: 'watch',
26
       name: 'watch',
27
       meta: {
27
       meta: {
28
         title: 'watch',
28
         title: 'watch',
29
-        noCache: true,
29
+        noCache: true
30
 
30
 
31
       }
31
       }
32
     },
32
     },
36
       name: '数据看板',
36
       name: '数据看板',
37
       meta: {
37
       meta: {
38
         title: '数据看板',
38
         title: '数据看板',
39
-        noCache: true,
39
+        noCache: true
40
 
40
 
41
       }
41
       }
42
     },
42
     },
165
         noCache: true
165
         noCache: true
166
       }
166
       }
167
     },
167
     },
168
+    {
169
+      path: '/dialysis/print/batch/nine',
170
+      component: () =>
171
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_nine'),
172
+      hidden: true,
173
+      is_menu: false,
174
+      name: 'dialysis_batch_nine',
175
+      meta: {
176
+        title: '批量打印',
177
+        noCache: true
178
+      }
179
+    },
168
     {
180
     {
169
       path: '/dialysis/print/batch/otherone',
181
       path: '/dialysis/print/batch/otherone',
170
       component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_other_one'),
182
       component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_other_one'),
205
         title: '批量打印',
217
         title: '批量打印',
206
         noCache: true
218
         noCache: true
207
       }
219
       }
208
-    },
220
+    }
209
 
221
 
210
   ]
222
   ]
211
 }
223
 }

+ 1 - 1
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

245
     DialysisPrintOrderSix,
245
     DialysisPrintOrderSix,
246
     DialysisPrintOrderSeven,
246
     DialysisPrintOrderSeven,
247
     DialysisPrintOrderEight,
247
     DialysisPrintOrderEight,
248
-
248
+    DialysisPrintOrderNine,
249
     LabelBox,
249
     LabelBox,
250
     BreadCrumb
250
     BreadCrumb
251
   },
251
   },