This commit is contained in:
77
2024-04-27 02:20:38 +08:00
parent e12d71263d
commit a7005a88b1
2 changed files with 4 additions and 4 deletions

View File

@@ -76,13 +76,13 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="12"> <el-col :span="24">
<el-form-item label="学历" prop="filterEducation"> <el-form-item label="学历" prop="filterEducation">
<el-col :span="4"> <el-col :span="4">
<el-checkbox v-model="form.filterEducationBx">不限</el-checkbox> <el-checkbox v-model="form.filterEducationBx">不限</el-checkbox>
</el-col> </el-col>
<el-col :span="20"> <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 <el-option
v-for="dict in userEducationList" v-for="dict in userEducationList"
:key="dict.value" :key="dict.value"

View File

@@ -35,8 +35,8 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: `http://localhost:8080`, target: `http://localhost:8080`,
target: `http://xq.qiqizl.com/prod-api`, // target: `http://xq.qiqizl.com/prod-api`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''