From 65d9d2e9eb042a9fbf7b23b04030144af95344b4 Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Sun, 10 Mar 2024 15:37:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=8B=9B=E5=B7=A5=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E4=BA=BA=E5=91=98=E5=B1=9E=E6=80=A7=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/recruit/subPage/index.vue | 6 +++--- pages/recruit/subPage/person.vue | 27 +++++++++++++-------------- pages/recruit/subPage/task.vue | 27 +++++++++++++-------------- pages/recruit/subPage/work.vue | 27 +++++++++++++-------------- 4 files changed, 42 insertions(+), 45 deletions(-) diff --git a/pages/recruit/subPage/index.vue b/pages/recruit/subPage/index.vue index 15e3293..601e750 100644 --- a/pages/recruit/subPage/index.vue +++ b/pages/recruit/subPage/index.vue @@ -39,13 +39,13 @@ import CustomTabbar from '@/components/CustomTabbar/custom_tabbar.vue'; import { getuserrecruitListApp } from '@/api/userrecruit.js' import userrecruitList from '../components/userrecruitList.vue' - let arrGuide = ['在线填写招工需求', '后台审核沟通发布', '平台/展示招工任务']; + let arrGuide = ['在线填写招工需求', '后台审核沟通发布', '平台展示招工信息']; let arrTitle = [ { - text: "任务招工", + text: "发布任务", id: 0 }, { - text: "岗位招工", + text: "发布岗位", id: 1 }, { text: "个人招工", diff --git a/pages/recruit/subPage/person.vue b/pages/recruit/subPage/person.vue index 8368f5c..932d0bf 100644 --- a/pages/recruit/subPage/person.vue +++ b/pages/recruit/subPage/person.vue @@ -48,12 +48,12 @@ 人员要求 - - + --> - - + --> @@ -142,7 +142,7 @@ worktypeNames: '', // 工种名称 skillNames: '', // 工种二级名称 jobDescription: '', // 任务描述 - userNature: '', // 人员属性 + // userNature: '', // 人员属性 ageDesc: '', // 年龄要求 education: '', // 学历要求 educationLabel: '', // 学历要求前端显示 @@ -256,11 +256,11 @@ skillConfirm() { this.showSkills = false }, - natureConfirm(e) { - const { value } = e - this.info.userNature = value[0] - this.showNature = false - }, + // natureConfirm(e) { + // const { value } = e + // this.info.userNature = value[0] + // this.showNature = false + // }, ageConfirm(e) { const { value } = e this.info.ageDesc = value[0].label @@ -286,9 +286,9 @@ ageClose() { this.showAge = false }, - natureClose() { - this.showNature = false - }, + // natureClose() { + // this.showNature = false + // }, skillClose() { this.showSkills = false }, @@ -393,7 +393,6 @@ 'worktypeNames', 'skillNames', 'jobDescription', - 'userNature', 'ageDesc', 'education', 'educationLabel', diff --git a/pages/recruit/subPage/task.vue b/pages/recruit/subPage/task.vue index 7336d57..8cb1c58 100644 --- a/pages/recruit/subPage/task.vue +++ b/pages/recruit/subPage/task.vue @@ -48,12 +48,12 @@ 人员要求 - - + --> - - + --> @@ -171,7 +171,7 @@ worktypeNames: '', // 工种名称 skillNames: '', // 工种二级名称 jobDescription: '', // 任务描述 - userNature: '', // 人员属性 + // userNature: '', // 人员属性 ageDesc: '', // 年龄要求 education: '', // 学历要求 experienceDesc: '', // 经验要求 @@ -293,11 +293,11 @@ skillConfirm() { this.showSkills = false }, - natureConfirm(e) { - const { value } = e - this.info.userNature = value[0] - this.showNature = false - }, + // natureConfirm(e) { + // const { value } = e + // this.info.userNature = value[0] + // this.showNature = false + // }, ageConfirm(e) { const { value } = e this.info.ageDesc = value[0].label @@ -323,9 +323,9 @@ ageClose() { this.showAge = false }, - natureClose() { - this.showNature = false - }, + // natureClose() { + // this.showNature = false + // }, skillClose() { this.showSkills = false }, @@ -434,7 +434,6 @@ 'worktypeNames', 'skillNames', 'jobDescription', - 'userNature', 'ageDesc', 'education', 'educationLabel', diff --git a/pages/recruit/subPage/work.vue b/pages/recruit/subPage/work.vue index 1401e07..f69b3cf 100644 --- a/pages/recruit/subPage/work.vue +++ b/pages/recruit/subPage/work.vue @@ -48,12 +48,12 @@ 人员要求 - - + --> - - + --> @@ -171,7 +171,7 @@ worktypeNames: '', // 工种名称 skillNames: '', // 工种二级名称 jobDescription: '', // 任务描述 - userNature: '', // 人员属性 + // userNature: '', // 人员属性 ageDesc: '', // 年龄要求 education: '', // 学历要求 educationLabel: '', // 学历要求前端显示 @@ -294,11 +294,11 @@ skillConfirm() { this.showSkills = false }, - natureConfirm(e) { - const { value } = e - this.info.userNature = value[0] - this.showNature = false - }, + // natureConfirm(e) { + // const { value } = e + // this.info.userNature = value[0] + // this.showNature = false + // }, ageConfirm(e) { const { value } = e this.info.ageDesc = value[0].label @@ -324,9 +324,9 @@ ageClose() { this.showAge = false }, - natureClose() { - this.showNature = false - }, + // natureClose() { + // this.showNature = false + // }, skillClose() { this.showSkills = false }, @@ -430,7 +430,6 @@ 'worktypeNames', 'skillNames', 'jobDescription', - 'userNature', 'ageDesc', 'education', 'educationLabel',