|
|
@@ -18,31 +18,15 @@
|
|
|
</a-col>
|
|
|
<template v-if="toggleSearchStatus">
|
|
|
<a-col :md="6" :sm="8">
|
|
|
- <a-form-item label="职位类型">
|
|
|
- <j-dict-select-tag v-model="queryParam.positionCategory" placeholder="请选择职位类型" dictCode="position_category"/>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
-
|
|
|
- <template v-if="queryParam.positionCategory==0&&queryParam.positionCategory!=''">
|
|
|
- <a-col :md="6" :sm="8">
|
|
|
<a-form-item label="全职职位类别">
|
|
|
<j-dict-select-tag v-model="queryParam.fulltimePositionType" placeholder="请选择职位类别" dictCode="fulltime_position_type"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- </template>
|
|
|
- <template v-else-if="queryParam.positionCategory==1">
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-item label="兼职职位类别">
|
|
|
<j-dict-select-tag v-model="queryParam.parttimePositionType" placeholder="请选择职位类别" dictCode="parttime_position_type"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- </template>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-item label="发布时间" :labelCol="{span: 10}" :wrapperCol="{span: 32, offset: 0}" >
|
|
|
<j-date v-model="queryParam.createTime" :showTime="true" date-format="YYYY-MM-DD" placeholder="请选择发布时间" ></j-date>
|
|
|
@@ -170,6 +154,11 @@
|
|
|
dataIndex: 'positionName'
|
|
|
},
|
|
|
{
|
|
|
+ title: '职位类型',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'positionCategory_dictText'
|
|
|
+ },
|
|
|
+ {
|
|
|
title: '职位类别',
|
|
|
align:"center",
|
|
|
dataIndex: 'fulltimePositionType_dictText'
|