feat(报表): 新增VIP报表功能模块

This commit is contained in:
2026-01-15 10:28:01 +08:00
parent dab7730216
commit 32afef3e4e
3 changed files with 169 additions and 0 deletions

View File

@@ -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'),
},
],
},
];