修复mockData.js语法错误并添加9月份完整课程任务

- 删除重复的函数导出和属性定义
- 修复teacher/teacherName字段兼容性问题
- 添加9月10日至9月30日的课程任务数据
- 确保Dashboard当日事项正确显示教师名称
This commit is contained in:
KQL
2025-09-03 14:59:25 +08:00
parent 87b06d3176
commit 1703894e74
2 changed files with 110 additions and 5741 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,7 @@ const TaskList = ({ tasks = [], loading }) => {
)}
</Avatar>
<span className="module-tasks-item-info-teacher-name">
{item?.teacherName || "未知教师"}
{item?.teacher || item?.teacherName || "未知教师"}
</span>
</div>
<div