@ -42,9 +42,9 @@
position: relative;
overflow: hidden;
}
.yuan{
.count_top ul li .yuan{
width: 266px;
width: 275px;
height: 266px;
height: 275px;
display: inline-block;
position: absolute;
bottom: -163px;
@ -112,9 +112,9 @@
.count_bottom ul li .yuan{
width: 300px;
width: 291px;
height: 300px;
height: 291px;
@ -173,7 +173,7 @@
<li>
<div class="textList">
<p>
{{countList.total}}
{{countTrainList.total}}
</p>
培训次数
@ -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
@ -38,6 +38,7 @@
<if test="userName!=null and userName!=''">
AND uc.user_name LIKE CONCAT('%',#{userName},'%')
</if>
ORDER BY ue.max_score desc
</select>