|
@@ -115,7 +115,7 @@
|
|
|
<div class="title_add_student">添加学生</div>
|
|
|
</div>
|
|
|
<el-form class="">
|
|
|
- <el-form-item label="学生名称" :label-width="formLabelWidth">
|
|
|
+ <el-form-item label="学生姓名" :label-width="formLabelWidth">
|
|
|
<span>
|
|
|
<el-input placeholder="请输入学生昵称" clearable v-model="sName" class="add_input"></el-input>
|
|
|
</span>
|
|
@@ -228,7 +228,7 @@ export default {
|
|
|
},
|
|
|
addStudent() {
|
|
|
this.dialogVisible = true;
|
|
|
- (this.sName = ""), (this.sPhone = ""), (this.sByClass = "");
|
|
|
+ (this.sName = ""), (this.sPhone = ""), (this.sByClass = ""),(this.sMail = "");
|
|
|
this.getClass();
|
|
|
// this.getSchool();
|
|
|
},
|