|
|
@@ -14,7 +14,7 @@
|
|
|
<div class="content-box flex justify-between">
|
|
|
<div v-if="jobDataList.length>0" class="content-l" v-loading="loading">
|
|
|
<div class="content-l-item" v-for="(item,index) in jobDataList" :key="index">
|
|
|
- <block v-if="tabIndex == 0 || tabIndex == 3">
|
|
|
+ <template v-if="tabIndex == 0 || tabIndex == 3">
|
|
|
<div class="content-l-item-top flex align-center justify-between">
|
|
|
<div class="content-l-item-top-l flex align-center">
|
|
|
{{ item.ruleClassifyName }}
|
|
|
@@ -47,8 +47,8 @@
|
|
|
<el-button @click="goInfo(item)">查看岗位</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </block>
|
|
|
- <block v-if="tabIndex == 1">
|
|
|
+ </template>
|
|
|
+ <template v-if="tabIndex == 1">
|
|
|
<div class="content-l-item-top flex align-center justify-between" v-if="item.postPush">
|
|
|
<div class="content-l-item-top-l flex align-center">
|
|
|
{{ item.postPush.ruleClassifyName }}
|
|
|
@@ -83,8 +83,8 @@
|
|
|
<el-button @click="goInfo(item)">查看岗位</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </block>
|
|
|
- <block v-if="tabIndex == 2">
|
|
|
+ </template>
|
|
|
+ <template v-if="tabIndex == 2">
|
|
|
<div class="content-l-item-top flex align-center justify-between" v-if="item.postPush">
|
|
|
<div class="content-l-item-top-l flex align-center">
|
|
|
{{ item.postPush.ruleClassifyName }}
|
|
|
@@ -151,7 +151,7 @@
|
|
|
<el-button @click="goInfo(item)">查看岗位</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </block>
|
|
|
+ </template>
|
|
|
</div>
|
|
|
<!-- 分页 -->
|
|
|
<div class="content-l-item-pag flex align-center justify-center">
|