|
@@ -49,8 +49,8 @@
|
|
|
<el-row style="text-align:center" class="msgrow">
|
|
|
<el-col :span="24">请选择需要安排教师期数</el-col>
|
|
|
<el-checkbox-group v-model="termForm">
|
|
|
- <el-col :span="6" v-for="(i, index) in termList" :key="index">
|
|
|
- <el-checkbox :label="i.id">第{{ i.term }}期</el-checkbox>
|
|
|
+ <el-col :span="6" v-for="(i, index) in plan.termnum" :key="index">
|
|
|
+ <el-checkbox :label="i._id">第{{ i.term }}期</el-checkbox>
|
|
|
</el-col>
|
|
|
</el-checkbox-group>
|
|
|
</el-row>
|