修改描述

This commit is contained in:
18500206848
2024-04-25 23:06:13 +08:00
parent 87a76d60b6
commit 513ff4c0b3
19 changed files with 41 additions and 62 deletions

View File

@@ -18,7 +18,7 @@
<!-- <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.rejectCount }}
</span>
</div>
@@ -141,9 +141,9 @@ export default {
searchStatus(v) {
switch (v) {
case 1:
return '岗位概况';
return '全职岗位概况';
case 2:
return '岗位概况';
return '全职岗位概况';
}
}
},