Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 5 days ago
parent
commit
63a1aa8f15
1 changed files with 11 additions and 4 deletions
  1. 11 4
      src/router/modules/hisTool.js

+ 11 - 4
src/router/modules/hisTool.js View File

@@ -90,6 +90,12 @@ export default {
90 90
       meta: { title: 'labelPrint', noCache: true }
91 91
     },
92 92
 
93
+    // {
94
+    //   path: '/hisTool/faPiao',
95
+    //   component: () => import('@/xt_pages/outpatientTool/fapiao'),
96
+    //   name: 'faPiao',
97
+    //   meta: { title: 'faPiao', noCache: true }
98
+    // },
93 99
     {
94 100
       path: '/hisTool/faPiao',
95 101
       component: () => import('@/xt_pages/outpatientTool/fapiao'),
@@ -207,14 +213,15 @@ export default {
207 213
     //   component: () => import('@/xt_pages/fapiao/patientSettleDetail'),
208 214
     //   name: 'patientSettleDetail',
209 215
     //   meta: { title: 'patientSettleDetail', noCache: true },
210
-    //
216
+
211 217
     // },
212 218
     // {
213 219
     //   path: '/fapiao/elefapiao',
214 220
     //   component: () => import('@/xt_pages/fapiao/fapiao'),
215
-    //   name: 'fapiao',
216
-    //   meta: { title: 'fapiao', noCache: true },
217
-    //
221
+    //   // name: 'fapiao',
222
+    //   name:'elefapiao',
223
+    //   // meta: { title: 'fapiao', noCache: true },
224
+    //   meta: { title: 'elefapiao', noCache: true },
218 225
     // },
219 226
   ]
220 227
 }