feat(报表): 新增VIP报表功能模块
This commit is contained in:
@@ -38,6 +38,15 @@ const routes: RouteRecordRaw[] = [
|
||||
path: '/statistics/training-class-report',
|
||||
component: () => import('#/views/statistics/trainingClass/report.vue'),
|
||||
},
|
||||
{
|
||||
meta: {
|
||||
title: 'VIP报表',
|
||||
keepAlive: true,
|
||||
},
|
||||
name: 'VipReport',
|
||||
path: '/statistics/vip-report',
|
||||
component: () => import('#/views/statistics/vip/report.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user