|
@@ -114,6 +114,7 @@
|
|
<!-- 老师调整 -->
|
|
<!-- 老师调整 -->
|
|
<el-dialog title="老师调整"
|
|
<el-dialog title="老师调整"
|
|
width="400px"
|
|
width="400px"
|
|
|
|
+ v-if="teacherVisible"
|
|
:visible.sync="teacherVisible">
|
|
:visible.sync="teacherVisible">
|
|
<el-form :model="teacherForm"
|
|
<el-form :model="teacherForm"
|
|
ref="teacherForm"
|
|
ref="teacherForm"
|
|
@@ -141,7 +142,7 @@
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<el-dialog :visible.sync="show"
|
|
<el-dialog :visible.sync="show"
|
|
title="调整"
|
|
title="调整"
|
|
- width="400px">
|
|
|
|
|
|
+ width="400px" v-if="show">
|
|
<resetClass :show="show"
|
|
<resetClass :show="show"
|
|
@closeReset='closeReset'
|
|
@closeReset='closeReset'
|
|
@getList='getList'
|
|
@getList='getList'
|