修改描述

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 '全职岗位概况';
}
}
},

View File

@@ -68,7 +68,7 @@ export default {
case 4:
return '已失效'
case 9:
return '未发布'
return '待审核'
}
}
},

View File

@@ -108,31 +108,10 @@ export default {
// prop: "invalidCount",
// },
{
label: "未发布",
label: "待审核",
prop: "rejectCount",
display: false,
},
// {
// label: "待支付(人)",
// prop: "nonPaycount",
// display: false,
// },
// {
// label: "已支付",
// prop: "payCount",
// display: false,
// },
// {
// label: "已发放",
// prop: "userPayCount",
// display: false,
// },
// {
// label: "工资发放逾期",
// prop: "expiryCount",
// display: false,
// },
{
label: "发布时间",
prop: "openTime",