From 3bc8c3518c911b2f5bd95e5a1cc95b4a8a836567 Mon Sep 17 00:00:00 2001 From: flower Date: Sun, 27 Jan 2019 16:50:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E6=AC=A1=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/exam/examExamination/add.html | 6 ++++++ .../resources/templates/exam/examExamination/edit.html | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/ruoyi-exam/src/main/resources/templates/exam/examExamination/add.html b/ruoyi-exam/src/main/resources/templates/exam/examExamination/add.html index df87d475d..619b32252 100644 --- a/ruoyi-exam/src/main/resources/templates/exam/examExamination/add.html +++ b/ruoyi-exam/src/main/resources/templates/exam/examExamination/add.html @@ -99,6 +99,12 @@ +
+ +
+ +
+
diff --git a/ruoyi-exam/src/main/resources/templates/exam/examExamination/edit.html b/ruoyi-exam/src/main/resources/templates/exam/examExamination/edit.html index 0d3a20342..7abf2f1fe 100644 --- a/ruoyi-exam/src/main/resources/templates/exam/examExamination/edit.html +++ b/ruoyi-exam/src/main/resources/templates/exam/examExamination/edit.html @@ -100,6 +100,12 @@
+
+ +
+ +
+
@@ -218,6 +224,9 @@ }, timeLength: { required: true + }, + examNumber:{ + required: true } }