|
@@ -62,13 +62,13 @@
|
|
|
@click="closeJob(item.postPushId,'close')">关闭岗位</el-button>
|
|
@click="closeJob(item.postPushId,'close')">关闭岗位</el-button>
|
|
|
<el-button v-if="item.status == 5"
|
|
<el-button v-if="item.status == 5"
|
|
|
@click="closeJob(item.postPushId,'open')">开启岗位</el-button>
|
|
@click="closeJob(item.postPushId,'open')">开启岗位</el-button>
|
|
|
- <el-button v-if="item.status == 5"
|
|
|
|
|
- @click="deletePosition(item.postPushId)">删除</el-button>
|
|
|
|
|
<el-button v-if="item.status == 1 || item.status == 3 || item.status == 4 || item.status == 6"
|
|
<el-button v-if="item.status == 1 || item.status == 3 || item.status == 4 || item.status == 6"
|
|
|
@click="updataServeType(item.postPushId,'save')">重新发布</el-button>
|
|
@click="updataServeType(item.postPushId,'save')">重新发布</el-button>
|
|
|
<el-button
|
|
<el-button
|
|
|
v-if="item.status == 1 || item.status == 5 || item.status==6"
|
|
v-if="item.status == 1 || item.status == 5 || item.status==6"
|
|
|
@click="updataServeType(item.postPushId,'updata')">修改内容</el-button>
|
|
@click="updataServeType(item.postPushId,'updata')">修改内容</el-button>
|
|
|
|
|
+ <el-button v-if="item.status == 5 || item.status == 3"
|
|
|
|
|
+ @click="deletePosition(item.postPushId)">删除</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|