From 748c8339716921e94596a79fb5b015018259389b Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Wed, 3 Jul 2024 17:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E7=AE=A1=E7=90=86-=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E3=80=81=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/login.html | 28 +- .../templates/system/elExam/exam/add.html | 489 +++++++++++++++++ .../templates/system/elExam/exam/edit.html | 494 ++++++++++++++++++ .../templates/system/elExam/exam/exam.html | 14 +- 4 files changed, 1004 insertions(+), 21 deletions(-) create mode 100644 ruoyi-admin/src/main/resources/templates/system/elExam/exam/add.html create mode 100644 ruoyi-admin/src/main/resources/templates/system/elExam/exam/edit.html 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 +