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 } }