init
This commit is contained in:
@@ -76,13 +76,13 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="学历" prop="filterEducation">
|
||||
<el-col :span="4">
|
||||
<el-checkbox v-model="form.filterEducationBx">不限</el-checkbox>
|
||||
</el-col>
|
||||
<el-col :span="20">
|
||||
<el-select v-if="form.filterEducationBx === false" v-model="form.filterEducation" clearable size="small" style="width: 95%">
|
||||
<el-select v-if="form.filterEducationBx === false" multiple v-model="form.filterEducation" clearable size="small" style="width: 95%">
|
||||
<el-option
|
||||
v-for="dict in userEducationList"
|
||||
:key="dict.value"
|
||||
|
||||
Reference in New Issue
Block a user