提交修改

pg_adapter
dshclm 6 months ago
parent 687c9ab90d
commit 0eb3fd999f

@ -173,7 +173,7 @@
<li>
<div class="textList">
<p>
{{countList.total}}
{{countTrainList.total}}
</p>
<p>
培训次数
@ -185,7 +185,7 @@
<li>
<div class="textList">
<p>
{{countList.shtg}}
{{countTrainList.shtg}}
</p>
<p>
审核通过
@ -197,7 +197,7 @@
<li>
<div class="textList">
<p>
{{countList.shwtg}}
{{countTrainList.shwtg}}
</p>
<p>
审核未通过
@ -209,7 +209,7 @@
<li>
<div class="textList">
<p>
{{countList.dsh}}
{{countTrainList.dsh}}
</p>
<p>
待审核
@ -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
})
},
}

Loading…
Cancel
Save