Commit 88af34e7 authored by 杨梦雪's avatar 杨梦雪

填写资料

parent 6545876f
...@@ -17,7 +17,9 @@ ...@@ -17,7 +17,9 @@
font-weight: 500; font-weight: 500;
color: #12141c; color: #12141c;
} }
.school_info{
// position: relative;
}
.tipsMsg { .tipsMsg {
padding: 0 10px; padding: 0 10px;
margin-bottom: 15px; margin-bottom: 15px;
...@@ -25,14 +27,16 @@ ...@@ -25,14 +27,16 @@
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #a7a2a6; color: #a7a2a6;
position: absolute; // position: absolute;
top: 37%; // position: relative;
// top: 37%;
// top: 69%;
// padding: 21px 0 10px 0; // padding: 21px 0 10px 0;
} }
.school .el-form-item { .school .el-form-item {
margin-bottom: 5px !important; margin-bottom: 5px !important;
height: 110px !important; height: 85px !important;
} }
......
...@@ -377,6 +377,7 @@ ...@@ -377,6 +377,7 @@
<el-form-item <el-form-item
label="民族" label="民族"
prop="nation" prop="nation"
style="height: 73px"
:rules=" :rules="
configJson.nation == 1 configJson.nation == 1
? referInfoRules.nation ? referInfoRules.nation
...@@ -397,6 +398,7 @@ ...@@ -397,6 +398,7 @@
<el-form-item <el-form-item
label="入学年份" label="入学年份"
prop="start_school_date" prop="start_school_date"
style="height: 73px"
:rules=" :rules="
configJson.startSchoolDate == 1 configJson.startSchoolDate == 1
? referInfoRules.start_school_date ? referInfoRules.start_school_date
...@@ -404,7 +406,7 @@ ...@@ -404,7 +406,7 @@
" "
> >
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="12"> <!-- <el-col :span="12">
<el-select <el-select
v-model="start_grade" v-model="start_grade"
placeholder="年级" placeholder="年级"
...@@ -419,8 +421,8 @@ ...@@ -419,8 +421,8 @@
> >
</el-option> </el-option>
</el-select> </el-select>
</el-col> </el-col> -->
<el-col :span="12"> <!-- <el-col :span="12"> -->
<el-select <el-select
ref="start_school_date" ref="start_school_date"
v-model="start_year" v-model="start_year"
...@@ -437,7 +439,7 @@ ...@@ -437,7 +439,7 @@
> >
</el-option> </el-option>
</el-select> </el-select>
</el-col> <!-- </el-col> -->
</el-row> </el-row>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -481,6 +483,7 @@ ...@@ -481,6 +483,7 @@
<div class="cont_title">学校信息</div> <div class="cont_title">学校信息</div>
<div class="school"> <div class="school">
<el-row :gutter="20"> <el-row :gutter="20">
<div class="school_info" v-show="configJson.school == 1">
<el-col :span="6"> <el-col :span="6">
<el-form-item <el-form-item
label="就读中学" label="就读中学"
...@@ -573,8 +576,9 @@ ...@@ -573,8 +576,9 @@
如果没有您所在学校,请联系邮箱:service@campcenter.cn 如果没有您所在学校,请联系邮箱:service@campcenter.cn
</div> </div>
</el-col> </el-col>
</div>
<el-col :span="12"> <el-col :span="12" v-show="configJson.schoolContacts == 1">
<el-form-item <el-form-item
label="中学联系人" label="中学联系人"
prop="school_contacts" prop="school_contacts"
...@@ -593,7 +597,7 @@ ...@@ -593,7 +597,7 @@
/> />
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12" v-show="configJson.schoolPhone == 1">
<el-form-item <el-form-item
label="中学联系人电话(手机)" label="中学联系人电话(手机)"
prop="school_phone" prop="school_phone"
...@@ -1067,8 +1071,9 @@ export default { ...@@ -1067,8 +1071,9 @@ export default {
//组装入学年份 //组装入学年份
getyear() { getyear() {
this.referForm.start_school_date = this.referForm.start_school_date = this.start_year.toString();
this.start_year.toString() + "-" + this.start_grade.toString(); // + "-" +
// this.start_grade.toString();
}, },
// 获取省份城市 // 获取省份城市
getProAndCity() { getProAndCity() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment