|
@@ -136,28 +136,29 @@ export const asyncRouterMap = [{
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/FinancialManagement',
|
|
|
- name: 'FinancialManagement',
|
|
|
- component: PageView,
|
|
|
- meta: { title: '财务管理', icon: 'account-book', permission: 'M_cwgn' },
|
|
|
- children: [
|
|
|
+ path: '/FinancialManagement',
|
|
|
+ name: 'FinancialManagement',
|
|
|
+ redirect: '/FinancialManagement/VerificationRecords',
|
|
|
+ component: PageView,
|
|
|
+ meta: { title: '财务管理', icon: 'account-book', permission: 'M_cwgn' },
|
|
|
+ children: [
|
|
|
{
|
|
|
- path: '/SetmealSales/VerificationRecords',
|
|
|
- name: 'VerificationRecords',
|
|
|
- component: () => import('@/views/SetmealSales/VerificationRecords.vue'),
|
|
|
- meta: {
|
|
|
- title: '核销记录',
|
|
|
- icon: 'file-text',
|
|
|
- permission: 'M_hxjl_list'
|
|
|
- }
|
|
|
+ path: '/FinancialManagement/VerificationRecords',
|
|
|
+ name: 'VerificationRecords',
|
|
|
+ component: () => import('@/views/SetmealSales/VerificationRecords.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '核销记录',
|
|
|
+ icon: 'file-text',
|
|
|
+ permission: 'M_hxjl_list'
|
|
|
+ }
|
|
|
},
|
|
|
- {
|
|
|
- path: 'PaySettlementRecords/list',
|
|
|
- name: 'PaySettlementRecords',
|
|
|
- component: () => import(/* webpackChunkName: "writeOff" */ '@/views/FinancialManagement/PaySettlementRecords.vue'),
|
|
|
- meta: { title: '应付结算记录-套餐', icon: 'form', permission: 'M_yfjs_js_list' }
|
|
|
- }
|
|
|
- ]
|
|
|
+ {
|
|
|
+ path: '/FinancialManagement/PaySettlementRecords',
|
|
|
+ name: 'PaySettlementRecords',
|
|
|
+ component: () => import(/* webpackChunkName: "writeOff" */ '@/views/FinancialManagement/PaySettlementRecords.vue'),
|
|
|
+ meta: { title: '应付结算记录-套餐', icon: 'form', permission: 'M_yfjs_js_list' }
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
path: '/auth',
|