Merge remote-tracking branch 'origin/new-exam' into new-exam

pg_adapter
20918 6 months ago
commit b5eb3377ce

@ -42,9 +42,9 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
.yuan{ .count_top ul li .yuan{
width: 266px; width: 275px;
height: 266px; height: 275px;
display: inline-block; display: inline-block;
position: absolute; position: absolute;
bottom: -163px; bottom: -163px;
@ -112,9 +112,9 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
.yuan{ .count_bottom ul li .yuan{
width: 300px; width: 291px;
height: 300px; height: 291px;
display: inline-block; display: inline-block;
position: absolute; position: absolute;
bottom: -163px; bottom: -163px;
@ -173,7 +173,7 @@
<li> <li>
<div class="textList"> <div class="textList">
<p> <p>
{{countList.total}} {{countTrainList.total}}
</p> </p>
<p> <p>
培训次数 培训次数
@ -185,7 +185,7 @@
<li> <li>
<div class="textList"> <div class="textList">
<p> <p>
{{countList.shtg}} {{countTrainList.shtg}}
</p> </p>
<p> <p>
审核通过 审核通过
@ -197,7 +197,7 @@
<li> <li>
<div class="textList"> <div class="textList">
<p> <p>
{{countList.shwtg}} {{countTrainList.shwtg}}
</p> </p>
<p> <p>
审核未通过 审核未通过
@ -209,7 +209,7 @@
<li> <li>
<div class="textList"> <div class="textList">
<p> <p>
{{countList.dsh}} {{countTrainList.dsh}}
</p> </p>
<p> <p>
待审核 待审核
@ -288,6 +288,7 @@
el: '#app', el: '#app',
data: { data: {
countList:[], countList:[],
countTrainList:[]
}, },
created(){ created(){
this.init() this.init()
@ -299,7 +300,7 @@
}) })
axios.post(trainPrefix + '/countList').then(response => { axios.post(trainPrefix + '/countList').then(response => {
console.log(response) console.log(response)
this.countList = response.data.data this.countTrainList = response.data.data
}) })
}, },
} }

@ -38,6 +38,7 @@
<if test="userName!=null and userName!=''"> <if test="userName!=null and userName!=''">
AND uc.user_name LIKE CONCAT('%',#{userName},'%') AND uc.user_name LIKE CONCAT('%',#{userName},'%')
</if> </if>
ORDER BY ue.max_score desc
</select> </select>

Loading…
Cancel
Save