Răsfoiți Sursa

添加删除功能

wkw 6 luni în urmă
părinte
comite
ee655f5c8d
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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>
 									@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>