From 0eb3fd999fad3008f71d8d8428acd037c5f20bda Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Mon, 21 Oct 2024 10:08:26 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/examnum/countExam.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 7c217d2..e3c2f2c 100644 --- a/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html +++ b/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html @@ -173,7 +173,7 @@
- {{countList.total}} + {{countTrainList.total}}
培训次数 @@ -185,7 +185,7 @@
- {{countList.shtg}} + {{countTrainList.shtg}}
审核通过 @@ -197,7 +197,7 @@
- {{countList.shwtg}} + {{countTrainList.shwtg}}
审核未通过 @@ -209,7 +209,7 @@
- {{countList.dsh}} + {{countTrainList.dsh}}
待审核
@@ -288,6 +288,7 @@
el: '#app',
data: {
countList:[],
+ countTrainList:[]
},
created(){
this.init()
@@ -299,7 +300,7 @@
})
axios.post(trainPrefix + '/countList').then(response => {
console.log(response)
- this.countList = response.data.data
+ this.countTrainList = response.data.data
})
},
}
From 835eff09f8e82982b6402c595f2ea738134b57bb Mon Sep 17 00:00:00 2001
From: wangxy <1481820854@qq.com>
Date: Mon, 21 Oct 2024 10:15:13 +0800
Subject: [PATCH 2/4] =?UTF-8?q?feat:=E6=88=90=E7=BB=A9=E6=9C=80=E9=AB=98?=
=?UTF-8?q?=E5=88=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/system/ElUserExamMapper.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml b/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml
index c0a2146..fee8906 100644
--- a/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml
@@ -38,6 +38,7 @@