From 83cace45952c9bb7c1c070c8e0f107f0a427a582 Mon Sep 17 00:00:00 2001 From: ChineseTony <13206573871@163.com> Date: Wed, 17 Apr 2019 20:19:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E5=AD=A6=E6=97=B6=E7=9A=84=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/AddCourse.jsp | 20 ++++++++++++++++---- WebContent/jsp/QueryCourse.jsp | 13 ++++++++++--- WebContent/jsp/UpdateCourse.jsp | 20 ++++++++++++++++---- 3 files changed, 42 insertions(+), 11 deletions(-) diff --git a/WebContent/jsp/AddCourse.jsp b/WebContent/jsp/AddCourse.jsp index 0dac350..34f5c6b 100644 --- a/WebContent/jsp/AddCourse.jsp +++ b/WebContent/jsp/AddCourse.jsp @@ -89,6 +89,12 @@ +
+ +
+ +
+
@@ -98,12 +104,18 @@
- -
- -
+ +
+ +
+ + +
diff --git a/WebContent/jsp/QueryCourse.jsp b/WebContent/jsp/QueryCourse.jsp index cd51700..951738d 100644 --- a/WebContent/jsp/QueryCourse.jsp +++ b/WebContent/jsp/QueryCourse.jsp @@ -119,6 +119,7 @@ 课程编码 理论学时 实验学时 + 实验学时单位 学分 开课学院 操作 @@ -131,7 +132,13 @@ ${course.name } ${course.identifier } ${course.theoretical } - ${course.experiement } + ${course.experiement } + + 时 + + + 周 + ${course.score } <%-- ${course.academyid } --%> @@ -142,10 +149,10 @@ <%-- ${user.id} --%> - + <%-- --%> 更新 删除 - + <%-- --%> diff --git a/WebContent/jsp/UpdateCourse.jsp b/WebContent/jsp/UpdateCourse.jsp index 26d4b58..41e2adc 100644 --- a/WebContent/jsp/UpdateCourse.jsp +++ b/WebContent/jsp/UpdateCourse.jsp @@ -93,19 +93,31 @@
- +
- +
+
- +
- +
+
+ +
+ +
+
+ +
-- Gitee From fb26697cc8d0afb9f42ba75a5cb680f87060ea34 Mon Sep 17 00:00:00 2001 From: ChineseTony <13206573871@163.com> Date: Wed, 17 Apr 2019 20:26:31 +0800 Subject: [PATCH 2/2] aa --- WebContent/jsp/QueryCourse.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/jsp/QueryCourse.jsp b/WebContent/jsp/QueryCourse.jsp index 951738d..67d736a 100644 --- a/WebContent/jsp/QueryCourse.jsp +++ b/WebContent/jsp/QueryCourse.jsp @@ -149,10 +149,10 @@ <%-- ${user.id} --%> - <%-- --%> + 更新 删除 - <%-- --%> + -- Gitee