${teaTask.title}
- 发布者
- ${teaTask.teacher.name}
- 更新时间
- ${teaTask.hUpdateTime}
- 截止时间
- ${teaTask.hDeadline}
%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%-- User: Gao Tian Date: 2019/6/29 Time: 13:05 --%> <%@ page contentType="text/html;charset=UTF-8" %>
总计:${allNum} 已交:${uploadNum} 未交:${allNum - uploadNum}
姓名 | 学号 | 专业 | 班级 | 作业 | 提交时间 | 操作 | ||
---|---|---|---|---|---|---|---|---|
${f.user.name} | ${f.user.email} | ${f.user.schoolId} | ${f.user.major} | ${f.user.schoolClass} | ${f.taskFile.fileName} | ${f.taskFile.hUploadTime} |