feat: 图表绘制

This commit is contained in:
王天骄
2026-06-12 17:01:12 +08:00
parent 3c8db9f503
commit 9fddb42ebe
7 changed files with 1220 additions and 61 deletions
+3
View File
@@ -25,6 +25,9 @@ const routes: RouteRecordRaw[] = [
{ path: 'my-students', name: 'MyStudents', component: () => import('@/views/MyStudentsView.vue'), meta: { title: '我的学生' } },
{ path: 'teacher-student-relations', name: 'TeacherStudentRelations', component: () => import('@/views/TeacherStudentRelationsView.vue'), meta: { title: '师生关系管理' } },
{ path: 'settings', name: 'Settings', component: () => import('@/views/SettingsView.vue'), meta: { title: '系统配置' } },
{ path: 'module/hospital-dashboard', name: 'HospitalDashboard', component: () => import('@/views/HospitalDashboardView.vue'), meta: { title: '医院驾驶舱' } },
{ path: 'module/content-dashboard', name: 'ContentDashboard', component: () => import('@/views/ContentDashboardView.vue'), meta: { title: '内容概览' } },
{ path: 'module/teacher-dashboard', name: 'TeacherDashboard', component: () => import('@/views/TeacherDashboardView.vue'), meta: { title: '教学概览' } },
{ path: 'module/content-admin-list', redirect: '/users/content-admins' },
{ path: 'module/department-list', redirect: '/departments' },
{ path: 'module/doctor-list', redirect: '/users/doctors' },