优化
This commit is contained in:
@@ -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' })
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
case 4:
|
||||
return '已失效'
|
||||
case 9:
|
||||
return '审核未通过'
|
||||
return '未发布'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -142,22 +142,22 @@ export default {
|
||||
label: "录用人数",
|
||||
prop: "employedCount",
|
||||
},
|
||||
{
|
||||
label: "发工资人数",
|
||||
prop: "userPayCount",
|
||||
},
|
||||
// {
|
||||
// label: "发工资人数",
|
||||
// prop: "userPayCount",
|
||||
// },
|
||||
|
||||
{
|
||||
label: "工资",
|
||||
label: "参考工资",
|
||||
prop: "wage",
|
||||
slot: true
|
||||
},
|
||||
{
|
||||
label: "报名截止日期",
|
||||
prop: "etimePub",
|
||||
slot: true,
|
||||
display: false,
|
||||
},
|
||||
// {
|
||||
// label: "报名截止日期",
|
||||
// prop: "etimePub",
|
||||
// slot: true,
|
||||
// display: false,
|
||||
// },
|
||||
{
|
||||
label: "开始时间",
|
||||
prop: "stime",
|
||||
|
||||
@@ -93,22 +93,22 @@ export default {
|
||||
prop: "recruitCount",
|
||||
display: false,
|
||||
},
|
||||
{
|
||||
label: "任务中",
|
||||
prop: "startCount",
|
||||
display: false,
|
||||
},
|
||||
// {
|
||||
// label: "任务中",
|
||||
// prop: "startCount",
|
||||
// display: false,
|
||||
// },
|
||||
{
|
||||
label: "已完成",
|
||||
prop: "completCount",
|
||||
display: false,
|
||||
},
|
||||
// {
|
||||
// label: "已失效",
|
||||
// prop: "invalidCount",
|
||||
// },
|
||||
{
|
||||
label: "已失效",
|
||||
prop: "invalidCount",
|
||||
},
|
||||
{
|
||||
label: "审核未通过",
|
||||
label: "未发布",
|
||||
prop: "rejectCount",
|
||||
display: false,
|
||||
},
|
||||
@@ -134,7 +134,7 @@ export default {
|
||||
// display: false,
|
||||
// },
|
||||
{
|
||||
label: "最新发布岗位时间",
|
||||
label: "发布时间",
|
||||
prop: "openTime",
|
||||
slot: true,
|
||||
display: false
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<el-select v-model="query.type" placeholder="请选择搜索时间类型">
|
||||
<el-option label="岗位开始日期" :value="0"></el-option>
|
||||
<el-option label="岗位结束日期" :value="2"></el-option>
|
||||
<el-option label="报名截止日期" :value="3"></el-option>
|
||||
<!-- <el-option label="报名截止日期" :value="3"></el-option> -->
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
@@ -270,6 +270,7 @@ export default {
|
||||
searchSpan: 5,
|
||||
display: false,
|
||||
minWidth: 70,
|
||||
hide: true,
|
||||
},
|
||||
{
|
||||
label: "",
|
||||
@@ -292,6 +293,7 @@ export default {
|
||||
type: "date",
|
||||
display: false,
|
||||
minWidth: 100,
|
||||
hide: true,
|
||||
format: "yyyy-MM-dd",
|
||||
},
|
||||
{
|
||||
@@ -302,6 +304,7 @@ export default {
|
||||
searchSpan: 5,
|
||||
display: false,
|
||||
minWidth: 100,
|
||||
hide: true,
|
||||
format: "yyyy-MM-dd",
|
||||
},
|
||||
{
|
||||
@@ -319,6 +322,7 @@ export default {
|
||||
dicData: wageUnitCategoryState,
|
||||
searchSpan: 5,
|
||||
display: false,
|
||||
hide: true,
|
||||
},
|
||||
{
|
||||
label: "岗位状态",
|
||||
@@ -329,10 +333,10 @@ export default {
|
||||
span: 24,
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
label:"备注",
|
||||
prop:"jobDescription"
|
||||
}
|
||||
// {
|
||||
// label:"备注",
|
||||
// prop:"jobDescription"
|
||||
// }
|
||||
],
|
||||
},
|
||||
data: [],
|
||||
|
||||
Reference in New Issue
Block a user