Explorar el Código

添加删除功能

wkw hace 6 meses
padre
commit
ee655f5c8d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/myPostPush/myPostPush.vue

+ 2 - 2
src/views/myPostPush/myPostPush.vue

@@ -62,13 +62,13 @@
 									@click="closeJob(item.postPushId,'close')">关闭岗位</el-button>
 								<el-button v-if="item.status == 5"
 									@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"
 									@click="updataServeType(item.postPushId,'save')">重新发布</el-button>
 								<el-button
 									v-if="item.status == 1 || item.status == 5 || item.status==6"
 									@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>