|
@@ -15,25 +15,6 @@
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item class="mr10" prop="" label="学生姓名:">
|
|
|
- <el-input
|
|
|
- placeholder="输入学生姓名"
|
|
|
- clearable
|
|
|
- @clear="getListData"
|
|
|
- ></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item class="mr10" prop="" label="学生学号:">
|
|
|
- <el-input
|
|
|
- placeholder="输入学生学号"
|
|
|
- clearable
|
|
|
- @clear="getListData"
|
|
|
- ></el-input>
|
|
|
- </el-form-item>
|
|
|
-
|
|
|
- <el-button type="primary" class="ml5" @click="getListData"
|
|
|
- >搜索</el-button
|
|
|
- >
|
|
|
- <el-button type="primary" class="ml5" @click="clearData">清空</el-button>
|
|
|
</el-form>
|
|
|
<div><el-button type="primary" @click="exportAll" :disabled="tableData.length == 0">导出</el-button></div>
|
|
|
<el-table
|