diff --git a/views/test.ejs b/views/test.ejs deleted file mode 100644 index 494a3b4..0000000 --- a/views/test.ejs +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - 作业板 - - - - -
-
- -
-

作业 <%= 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) { %> -
- -
- <% }); %> - -
-
-
-
-
- - - - - - - - - \ No newline at end of file