|
@@ -161,8 +161,8 @@
|
|
|
</el-input>
|
|
|
</div>
|
|
|
<div class="operate">
|
|
|
- <el-button v-if="wordData['teacher'].length!=1" @click="DelTeacher(index)" type="primary" size="mini">-</el-button>
|
|
|
<el-button @click="addTeacher" v-if="wordData['teacher'].length==index+1" type="primary" size="mini">+</el-button>
|
|
|
+ <el-button v-if="wordData['teacher'].length!=1" @click="DelTeacher(index)" type="primary" size="mini">-</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -221,8 +221,8 @@
|
|
|
</el-input>
|
|
|
</div>
|
|
|
<div class="operate">
|
|
|
- <el-button @click="DelStudent(index)" v-if="wordData['student'].length!=1" type="primary" size="mini">-</el-button>
|
|
|
<el-button @click="addStudent" v-if="wordData['student'].length==index+1" type="primary" size="mini">+</el-button>
|
|
|
+ <el-button @click="DelStudent(index)" v-if="wordData['student'].length!=1" type="primary" size="mini">-</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -560,16 +560,16 @@
|
|
|
studentNum:"",//参与学生人数
|
|
|
teacher:[
|
|
|
{name:"",speciality:"",title:"",education:"",section:"",work:""},
|
|
|
- {name:"",speciality:"",title:"",education:"",section:"",work:""},
|
|
|
- {name:"",speciality:"",title:"",education:"",section:"",work:""},
|
|
|
- {name:"",speciality:"",title:"",education:"",section:"",work:""},
|
|
|
+ // {name:"",speciality:"",title:"",education:"",section:"",work:""},
|
|
|
+ // {name:"",speciality:"",title:"",education:"",section:"",work:""},
|
|
|
+ // {name:"",speciality:"",title:"",education:"",section:"",work:""},
|
|
|
// {name:"",speciality:"",title:"",education:"",section:"",work:""},
|
|
|
], //教师组//name:姓名 speciality:专业 title:职称 education:学历 section:所在教研室 work:项目组角色分工
|
|
|
student:[
|
|
|
{name:"",class:"",age:"",work:""},
|
|
|
- {name:"",class:"",age:"",work:""},
|
|
|
- {name:"",class:"",age:"",work:""},
|
|
|
- {name:"",class:"",age:"",work:""},
|
|
|
+ // {name:"",class:"",age:"",work:""},
|
|
|
+ // {name:"",class:"",age:"",work:""},
|
|
|
+ // {name:"",class:"",age:"",work:""},
|
|
|
// {name:"",class:"",age:"",work:""},
|
|
|
], //学生组//name:姓名 class:班级 age:年龄 work:项目组任务分工
|
|
|
brief:"",//项目简介
|