陈少旭 7 months ago
parent
commit
444a316c7f
1 changed files with 21 additions and 20 deletions
  1. 21 20
      src/router/modules/hisTool.js

+ 21 - 20
src/router/modules/hisTool.js View File

@@ -195,25 +195,26 @@ export default {
195 195
             title: '药品查询',
196 196
             noCache: true
197 197
           },
198
-        }, {
199
-      path: '/fapiao/settle',
200
-      component: () => import('@/xt_pages/fapiao/settleDetail'),
201
-      name: 'settleDetail',
202
-      meta: { title: 'settleDetail', noCache: true }
203
-    },
204
-    {
205
-      path: '/fapiao/patientsettle',
206
-      component: () => import('@/xt_pages/fapiao/patientSettleDetail'),
207
-      name: 'patientSettleDetail',
208
-      meta: { title: 'patientSettleDetail', noCache: true },
209
-
210
-    },
211
-    {
212
-      path: '/fapiao/elefapiao',
213
-      component: () => import('@/xt_pages/fapiao/fapiao'),
214
-      name: 'fapiao',
215
-      meta: { title: 'fapiao', noCache: true },
216
-
217
-    },
198
+        },
199
+    // {
200
+    //   path: '/fapiao/settle',
201
+    //   component: () => import('@/xt_pages/fapiao/settleDetail'),
202
+    //   name: 'settleDetail',
203
+    //   meta: { title: 'settleDetail', noCache: true }
204
+    // },
205
+    // {
206
+    //   path: '/fapiao/patientsettle',
207
+    //   component: () => import('@/xt_pages/fapiao/patientSettleDetail'),
208
+    //   name: 'patientSettleDetail',
209
+    //   meta: { title: 'patientSettleDetail', noCache: true },
210
+    //
211
+    // },
212
+    // {
213
+    //   path: '/fapiao/elefapiao',
214
+    //   component: () => import('@/xt_pages/fapiao/fapiao'),
215
+    //   name: 'fapiao',
216
+    //   meta: { title: 'fapiao', noCache: true },
217
+    //
218
+    // },
218 219
   ]
219 220
 }