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',