| | |
| | | <div class="app-container"> |
| | | <div style="display: flex; flex-direction: row"> |
| | | <div style="padding-bottom:20px"> |
| | | <span class="item">{{ title }}</span> |
| | | <span class="item">{{ this.$route.query.className }}</span> |
| | | <el-button class="item" @click="handlerAddStudent" type="primary" size="small">新增学员</el-button> |
| | | <el-button class="item" @click="open = true" type="primary" size="small">学员调整</el-button> |
| | | </div> |
| | | <div> |
| | | <el-form :inline="true" :model="searchForm" class="demo-form-inline"> |
| | | <el-form-item label="学员姓名"> |
| | | <el-input v-model="searchForm.studentName" size="small" clearable @clear="page" |
| | | <el-input v-model="searchForm.studentName" size="small" clearable @clear="page" @input="page" |
| | | placeholder="学员姓名"></el-input> |
| | | </el-form-item> |
| | | <el-form-item> |