提交修改

pg_adapter
dshclm 6 months ago
parent 687c9ab90d
commit 0eb3fd999f

@ -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
}) })
}, },
} }

Loading…
Cancel
Save