作业 <%= date %>

<% config.homeworkArrange.forEach(function(row) { %>
<% row.forEach(function(subject) { %>

<%= subject %>

<%= homeworkData[subject]?.content || '' %>
<% }); %>
<% }); %>

出勤

应到: <%= studentList.length %> 人

实到: <%= studentList.length - selectedStudent.size %> 人

请假: <%= selectedStudent.size %> 人

<% studentList.forEach(function(student, index) { %>
<% }); %>