Browse Source

25 2月19打印单

yq1 2 days ago
parent
commit
80f3822bfa
1 changed files with 42 additions and 42 deletions
  1. 42 42
      src/router/modules/charging.js

+ 42 - 42
src/router/modules/charging.js View File

@@ -12,47 +12,47 @@ export default {
12 12
     title:'charging',
13 13
     icon: 'statistics'
14 14
   },
15
-  children: [
16
-    {
17
-      path: '/dialysis/charging',
18
-      component: () => import('@/xt_pages/charging/index'),
19
-      name: '计费查询',
20
-      meta: {
21
-        title: '计费查询',
22
-        noCache: true
23
-      }
24
-    },
25
-    {
26
-      path: '/dialysis/charging_cz',
27
-      component: () => import('@/xt_pages/charging/charging_cz'),
28
-      name: '计费充值',
29
-      is_menu: false,
30
-      hidden: true,
31
-      meta: {
32
-        title: '计费充值',
33
-        noCache: true
34
-      }
35
-    },
36
-    {
37
-      path: '/dialysis/chargin_kf',
38
-      component: () => import('@/xt_pages/charging/chargin_kf'),
39
-      name: '计数扣费',
40
-      is_menu: false,
41
-      hidden: true,
42
-      meta: {
43
-        title: '计数扣费',
44
-        noCache: true
45
-      }
46
-    },
47
-    {
48
-      path: '/dialysis/charging_collect',
49
-      component: () => import('@/xt_pages/charging/charging_collect'),
50
-      name: '计费汇总',
51
-      meta: {
52
-        title: '计费汇总',
53
-        noCache: true
54
-      }
55
-    },
56
-  ]
15
+  // children: [
16
+  //   {
17
+  //     path: '/dialysis/charging',
18
+  //     component: () => import('@/xt_pages/charging/index'),
19
+  //     name: '计费查询',
20
+  //     meta: {
21
+  //       title: '计费查询',
22
+  //       noCache: true
23
+  //     }
24
+  //   },
25
+  //   {
26
+  //     path: '/dialysis/charging_cz',
27
+  //     component: () => import('@/xt_pages/charging/charging_cz'),
28
+  //     name: '计费充值',
29
+  //     is_menu: false,
30
+  //     hidden: true,
31
+  //     meta: {
32
+  //       title: '计费充值',
33
+  //       noCache: true
34
+  //     }
35
+  //   },
36
+  //   {
37
+  //     path: '/dialysis/chargin_kf',
38
+  //     component: () => import('@/xt_pages/charging/chargin_kf'),
39
+  //     name: '计数扣费',
40
+  //     is_menu: false,
41
+  //     hidden: true,
42
+  //     meta: {
43
+  //       title: '计数扣费',
44
+  //       noCache: true
45
+  //     }
46
+  //   },
47
+  //   {
48
+  //     path: '/dialysis/charging_collect',
49
+  //     component: () => import('@/xt_pages/charging/charging_collect'),
50
+  //     name: '计费汇总',
51
+  //     meta: {
52
+  //       title: '计费汇总',
53
+  //       noCache: true
54
+  //     }
55
+  //   },
56
+  // ]
57 57
  
58 58
 }