|
|
@@ -23,17 +23,22 @@
|
|
|
</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-if="queryParam.positionCategory==1&&queryParam.positionCategory!=''">
|
|
|
<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>
|
|
|
+
|
|
|
+
|
|
|
<template v-if="toggleSearchStatus">
|
|
|
|
|
|
|