|
@@ -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
|
}
|