diff --git a/ruoyi-admin/src/main/resources/templates/login.html b/ruoyi-admin/src/main/resources/templates/login.html index 8927ac9..c1f4a87 100644 --- a/ruoyi-admin/src/main/resources/templates/login.html +++ b/ruoyi-admin/src/main/resources/templates/login.html @@ -58,22 +58,22 @@ -
+ - + diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/exam/add.html b/ruoyi-admin/src/main/resources/templates/system/elExam/exam/add.html new file mode 100644 index 0000000..0ae0988 --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/exam/add.html @@ -0,0 +1,489 @@ + + + + + + + +
+
+

组卷信息

+ +
试卷总分:{{ postForm.totalScore }}分
+
+ + 添加题库 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

考试配置

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

权限配置

+ + + 完全公开 + 部门开放 + + +
+ + +
+
+
+ 保存 + 返回 +
+
+
+ + + + + diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/exam/edit.html b/ruoyi-admin/src/main/resources/templates/system/elExam/exam/edit.html new file mode 100644 index 0000000..577f9d0 --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/exam/edit.html @@ -0,0 +1,494 @@ + + + + + + + +
+
+

组卷信息

+ +
试卷总分:{{ postForm.totalScore }}分
+
+ + 添加题库 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

考试配置

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

权限配置

+ + + 完全公开 + 部门开放 + + +
+ + +
+
+
+ 保存 + 返回 +
+
+
+ + + + + diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/exam/exam.html b/ruoyi-admin/src/main/resources/templates/system/elExam/exam/exam.html index 488ded2..b6e3842 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/exam/exam.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/exam/exam.html @@ -1,7 +1,7 @@ - +
@@ -33,19 +33,19 @@
- + - +
@@ -109,7 +109,7 @@ align: 'center', formatter: function(value, row, index) { var actions = []; - actions.push('编辑 '); + actions.push('编辑 '); actions.push('删除'); return actions.join(''); } @@ -119,4 +119,4 @@ }); - \ No newline at end of file +