From 4c3093aa92ee80bfa1833429183baa020d5972ae Mon Sep 17 00:00:00 2001
From: dshclm <3321914460@qq.com>
Date: Wed, 7 Aug 2024 15:42:52 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E8=80=83=E8=AF=95=E7=BB=9F=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../templates/system/examnum/countExam.html | 194 ++++++++++++++++++
1 file changed, 194 insertions(+)
create mode 100644 ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html
diff --git a/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html b/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html
new file mode 100644
index 0000000..e4be81c
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+ {{countList.total}}
+
+
+ 考试总数
+
+
+
+
+
+ -
+
+
+ {{countList.tg}}
+
+
+ 通过人数
+
+
+
+
+
+ -
+
+
+ {{countList.wtg}}
+
+
+ 未通过人数
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
From b67555a32276b146fc7063d59b68491fe88fdc25 Mon Sep 17 00:00:00 2001
From: dshclm <3321914460@qq.com>
Date: Wed, 7 Aug 2024 15:45:04 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E8=80=83=E8=AF=95=E7=BB=9F=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/templates/system/examnum/countExam.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html b/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html
index e4be81c..12b9581 100644
--- a/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html
+++ b/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html
@@ -171,7 +171,7 @@
countList:[],
tableData: [],
},
- mounted(){
+ created(){
this.init()
},
methods:{