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

填写资料

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