|
@@ -90,12 +90,13 @@ 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
|
|
- path: '/hisTool/faPiao',
|
95
|
|
- component: () => import('@/xt_pages/outpatientTool/fapiao'),
|
96
|
|
- name: 'faPiao',
|
97
|
|
- meta: { title: 'faPiao', noCache: true }
|
98
|
|
- }, {
|
99
|
100
|
path: '/hisTool/yidiClear',
|
100
|
101
|
component: () => import('@/xt_pages/outpatientTool/yidiClear'),
|
101
|
102
|
name: 'yidiClear',
|
|
@@ -196,25 +197,26 @@ export default {
|
196
|
197
|
noCache: true
|
197
|
198
|
},
|
198
|
199
|
},
|
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 },
|
|
200
|
+ // {
|
|
201
|
+ // path: '/fapiao/settle',
|
|
202
|
+ // component: () => import('@/xt_pages/fapiao/settleDetail'),
|
|
203
|
+ // name: 'settleDetail',
|
|
204
|
+ // meta: { title: 'settleDetail', noCache: true }
|
|
205
|
+ // },
|
|
206
|
+ // {
|
|
207
|
+ // path: '/fapiao/patientsettle',
|
|
208
|
+ // component: () => import('@/xt_pages/fapiao/patientSettleDetail'),
|
|
209
|
+ // name: 'patientSettleDetail',
|
|
210
|
+ // meta: { title: 'patientSettleDetail', noCache: true },
|
210
|
211
|
|
211
|
|
- },
|
212
|
|
- {
|
213
|
|
- path: '/fapiao/elefapiao',
|
214
|
|
- component: () => import('@/xt_pages/fapiao/fapiao'),
|
215
|
|
- name: 'fapiao',
|
216
|
|
- meta: { title: 'fapiao', noCache: true },
|
217
|
|
-
|
218
|
|
- },
|
|
212
|
+ // },
|
|
213
|
+ // {
|
|
214
|
+ // path: '/fapiao/elefapiao',
|
|
215
|
+ // component: () => import('@/xt_pages/fapiao/fapiao'),
|
|
216
|
+ // // name: 'fapiao',
|
|
217
|
+ // name:'elefapiao',
|
|
218
|
+ // // meta: { title: 'fapiao', noCache: true },
|
|
219
|
+ // meta: { title: 'elefapiao', noCache: true },
|
|
220
|
+ // },
|
219
|
221
|
]
|
220
|
222
|
}
|