diff --git a/templates/showGrade.html b/templates/showGrade.html new file mode 100644 index 0000000..7307cf1 --- /dev/null +++ b/templates/showGrade.html @@ -0,0 +1,76 @@ + + +
+ + + + + + +学生学号 | +考试科目 | +成绩 | +
---|---|---|
{{ grade.sid }} | +{{ grade.subject }} | +{{ grade.grade }} | +