This commit is contained in:
zxy
2024-02-27 16:48:45 +08:00
parent b611f94ab0
commit 9ef1e612c3
14 changed files with 171 additions and 219 deletions

View File

@@ -17,8 +17,8 @@
<span class="smallTitle">招聘中</span>{{ taskGather.recruitCount }}
<!-- <span class="smallTitle">任务中</span>{{taskGather.startCount}} -->
<span class="smallTitle">已完成</span>{{ taskGather.completCount }}
<span class="smallTitle">已失效</span>{{ taskGather.invalidCount }}
<span class="smallTitle">审核未通过</span>{{ taskGather.rejectCount }}
<!-- <span class="smallTitle">已失效</span>{{ taskGather.invalidCount }} -->
<span class="smallTitle">未发布</span>{{ taskGather.rejectCount }}
</span>
</div>
@@ -178,9 +178,9 @@ export default {
})
},
detailInfoInit() {
detailInfo().then(res => {
this.taskDetail = res.data.data
})
// detailInfo().then(res => {
// this.taskDetail = res.data.data
// })
},
radioGroup(v) {
setStore({ name: 'taskStatus', content: v, type: 'session' })