|
@@ -2,7 +2,7 @@
|
|
|
<div id="index">
|
|
|
<list-frame :title="mainTitle" @query="search" :total="total" :needFilter="false" :needAdd="false">
|
|
|
<el-row type="flex" justify="end" style="padding:10px;">
|
|
|
- <el-col :span="4">
|
|
|
+ <el-col :span="3">
|
|
|
<el-popover title="确认教师" placement="bottom" v-model="disForm" @show="toShow">
|
|
|
<!-- <template #reference> -->
|
|
|
<el-button slot="reference" type="primary" size="mini">确认已选择教师{{ teachersid.length > 0 ? `(${teachersid.length}人)` : '' }}</el-button>
|