feat: 添加签到页面,整合用户选择和日期选择功能,支持数据过滤

This commit is contained in:
2026-01-20 02:35:54 +07:00
parent 5f128ba4bb
commit 4a5b8c3ab8
11 changed files with 126 additions and 6 deletions

View File

@@ -39,6 +39,15 @@ export const generatedRoutes: GeneratedRoute[] = [
hideInMenu: true
}
},
{
name: 'check',
path: '/check',
component: 'layout.base$view.check',
meta: {
title: 'check',
i18nKey: 'route.check'
}
},
{
name: 'home',
path: '/home',