|
|
|
@ -178,7 +178,7 @@
|
|
|
|
|
multiples
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="dict in dict.type.education_range"
|
|
|
|
|
v-for="dict in dict.type.xioaqu_type"
|
|
|
|
|
:key="dict.value"
|
|
|
|
|
:label="dict.label"
|
|
|
|
|
:value="dict.label"
|
|
|
|
@ -210,7 +210,7 @@
|
|
|
|
|
multiples
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="dict in dict.type.education_range"
|
|
|
|
|
v-for="dict in dict.type.hobby_type"
|
|
|
|
|
:key="dict.value"
|
|
|
|
|
:label="dict.label"
|
|
|
|
|
:value="dict.label"
|
|
|
|
@ -274,7 +274,7 @@
|
|
|
|
|
placeholder="请选择专业类型"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="dict in dict.type.age_range"
|
|
|
|
|
v-for="dict in dict.type.speciality_type"
|
|
|
|
|
:key="dict.value"
|
|
|
|
|
:label="dict.label"
|
|
|
|
|
:value="dict.label"
|
|
|
|
@ -289,7 +289,7 @@
|
|
|
|
|
placeholder="请选择行业类型"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="dict in dict.type.age_range"
|
|
|
|
|
v-for="dict in dict.type.industry_type"
|
|
|
|
|
:key="dict.value"
|
|
|
|
|
:label="dict.label"
|
|
|
|
|
:value="dict.label"
|
|
|
|
@ -307,7 +307,7 @@
|
|
|
|
|
placeholder="请选择院校"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="dict in dict.type.age_range"
|
|
|
|
|
v-for="dict in dict.type.yuanxiao_type"
|
|
|
|
|
:key="dict.value"
|
|
|
|
|
:label="dict.label"
|
|
|
|
|
:value="dict.label"
|
|
|
|
@ -322,7 +322,7 @@
|
|
|
|
|
placeholder="请选择国籍"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="dict in dict.type.age_range"
|
|
|
|
|
v-for="dict in dict.type.nationality_type"
|
|
|
|
|
:key="dict.value"
|
|
|
|
|
:label="dict.label"
|
|
|
|
|
:value="dict.label"
|
|
|
|
@ -352,7 +352,19 @@ import {
|
|
|
|
|
import detailDialog from "../components/detailDialog.vue";
|
|
|
|
|
export default {
|
|
|
|
|
components: { myPagination, detailDialog },
|
|
|
|
|
dicts: ["education_range", "political_range", "sex_range", "age_range"],
|
|
|
|
|
dicts: [
|
|
|
|
|
"education_range",
|
|
|
|
|
"political_range",
|
|
|
|
|
"sex_range",
|
|
|
|
|
"age_range",
|
|
|
|
|
"xioaqu_type",
|
|
|
|
|
"hobby_type",
|
|
|
|
|
"speciality_type",
|
|
|
|
|
"industry_type",
|
|
|
|
|
"yuanxiao_type",
|
|
|
|
|
"nationality_type"
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
form: {
|
|
|
|
|