From 471cfe93d2ccd0bdd34a0987ec64ee64e269a4a5 Mon Sep 17 00:00:00 2001
From: zeyan <258785420@qq.com>
Date: Mon, 30 Jun 2025 09:06:08 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BF=BD=E7=95=A5=E6=96=87?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
uniapp/pages/academic/home/index.vue | 263 +++++++++++++++++++++++++++
1 file changed, 263 insertions(+)
create mode 100644 uniapp/pages/academic/home/index.vue
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