| | |
| | | <el-form-item> |
| | | <el-button type="primary" @click="submitForm">查询</el-button> |
| | | <router-link :to="{path:'/exam/paper/edit'}" class="link-left"> |
| | | <el-button type="primary">添加</el-button> |
| | | <el-button type="success">添加</el-button> |
| | | </router-link> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | </el-table> |
| | | <pagination v-show="total>0" :total="total" :page.sync="queryParam.pageIndex" :limit.sync="queryParam.pageSize" |
| | | @pagination="search"/> |
| | | |
| | | |
| | | <el-dialog |
| | | title="补考" |
| | | :visible.sync="dialogVisible" |
| | |
| | | <el-button type="primary" @click="submitUpdate">确 定</el-button> |
| | | </span> |
| | | </el-dialog> |
| | | |
| | | |
| | | </div> |
| | | </template> |
| | | |