diff --git a/uniapp/pages/academic/home/index.vue b/uniapp/pages/academic/home/index.vue
new file mode 100644
index 00000000..5bae2baa
--- /dev/null
+++ b/uniapp/pages/academic/home/index.vue
@@ -0,0 +1,263 @@
+
+
+
+
+
+
+
+ 教务待办
+
+
+
+
+
+
+
+ 任务:{{ v.title }}
+ 创建时间:{{ v.create_time }}
+ 截止时间:{{ v.deadline }}
+
+
+
+ 优先级:{{ v.priority_text }}
+
+ 查看
+
+
+
+
+ 待处理
+
+ 处理中
+
+ 已完成
+
+
+
+
+
+ 暂无待办事项
+
+
+
+
+
+
+
+ 数据统计
+
+
+
+
+
+
+ {{ infoData.student_count || 0 }}
+ 学员总数
+
+
+ {{ infoData.course_count || 0 }}
+ 课程总数
+
+
+ {{ infoData.teacher_count || 0 }}
+ 教师总数
+
+
+ {{ infoData.class_count || 0 }}
+ 班级总数
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file