From a5ffdc32e1cfd9a38cbcf194177de8cb231d82e4 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Wed, 27 Dec 2023 18:59:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20course-info.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/course-info.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/course-info.html b/app/templates/course-info.html index eb359a0..f0b688e 100644 --- a/app/templates/course-info.html +++ b/app/templates/course-info.html @@ -60,7 +60,7 @@ 课程名称 课程代码 - 任课教师 + 课程类别 学分 课程描述 @@ -97,7 +97,7 @@ var row = '' + '' + course.course_name + '' + '' + course.course_code + '' + - '' + course.instructor_name + '' + + '' + course.course_type + '' + '' + course.credits + '' + '' + course.description + '' + '';