From 29d8631015a44cdf3112c4142b5f93852dcf4385 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 27 Feb 2024 17:53:09 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/works/count/index.vue | 4 +- src/views/manage/works/count/table/detail.vue | 2 +- src/views/manage/works/count/table/gather.vue | 2 +- src/views/manage/works/index.vue | 26 +++---- src/views/manage/works/zpView.vue | 8 +- .../tenant/mission/Table/WaitingMission.vue | 7 +- .../tenant/works/Table/WaitingMission.vue | 5 ++ src/views/tenant/works/index.vue | 78 +++++++++++++++++-- 8 files changed, 105 insertions(+), 27 deletions(-) diff --git a/src/views/manage/works/count/index.vue b/src/views/manage/works/count/index.vue index 9601f48..2c96097 100644 --- a/src/views/manage/works/count/index.vue +++ b/src/views/manage/works/count/index.vue @@ -39,8 +39,8 @@ - - + + diff --git a/src/views/manage/works/count/table/detail.vue b/src/views/manage/works/count/table/detail.vue index 090530c..01237c9 100644 --- a/src/views/manage/works/count/table/detail.vue +++ b/src/views/manage/works/count/table/detail.vue @@ -119,7 +119,7 @@ export default { display: false, }, { - label: "公司名称", + label: "社区街道名称", prop: "companyName", }, { diff --git a/src/views/manage/works/count/table/gather.vue b/src/views/manage/works/count/table/gather.vue index b476174..18091a0 100644 --- a/src/views/manage/works/count/table/gather.vue +++ b/src/views/manage/works/count/table/gather.vue @@ -76,7 +76,7 @@ export default { dialogClickModal: false, column: [ { - label: "公司名称", + label: "社区街道名称", prop: "companyName", }, { diff --git a/src/views/manage/works/index.vue b/src/views/manage/works/index.vue index dc888f9..e292219 100644 --- a/src/views/manage/works/index.vue +++ b/src/views/manage/works/index.vue @@ -8,10 +8,10 @@ :inline="true" > - + @@ -29,14 +29,14 @@ clearable > - - - - - - - - + + + + + + + + - +
@@ -128,7 +128,7 @@ size="small" @click.stop="rowZPView(row)" v-if="vaildData(permission.manage_mission_zpview, false)" - >招聘情况报名详情 - +
--> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 搜 索 + 清 空 +
+
+
@@ -93,6 +143,16 @@ export default { currentPage: 1, total: 0 }, + mStatusList: [ + { value: 1, label: "招聘中" }, + { value: 2, label: "任务中" }, + { value: 3, label: "已完成" }, + { value: 4, label: "已失效" }, + { + label: "审核未通过", + value: 9, + }, + ], search: { status: 1 }, @@ -122,24 +182,30 @@ export default { }, methods: { handleSearch() { + let params = { ...this.search } + if(this.search.time) { + params.stime = this.search.time[0], + params.etime = this.search.time[1] + } if (this.search.status === 1) { console.log("1111111"); - this.$refs.waiting.onLoad(this.page, this.search); + this.$refs.waiting.onLoad(this.page, params); } else if (this.search.status === 2) { console.log("222222"); - this.$refs.onging.onLoad(this.page, this.search); + this.$refs.onging.onLoad(this.page, params); } else if (this.search.status === 3) { console.log("3333333"); - this.$refs.finished.onLoad(this.page, this.search); + this.$refs.finished.onLoad(this.page, params); } else if (this.search.status === 4) { console.log("444444444"); - this.$refs.expired.onLoad(this.page, this.search); + this.$refs.expired.onLoad(this.page, params); } }, date() { this.dateChange(this.timeValue) }, dateChange(val) { + console.log(val) // if (val) { // this.search.stime = val[0] + " 00:00:00"; // this.search.etime = val[1] + " 23:59:59"; @@ -171,7 +237,9 @@ export default { stimeEndTime: '', etimeBeninTime: '', etimeEndTime: '', - + jobName: '', + companyName: '', + jobStatus: '' } this.timeValue = ''; this.endDateRange = '';