This commit is contained in:
2026-09-02 15:00:12 +08:00
parent 4c9cfb8d7f
commit 933af8ca13
7 changed files with 4 additions and 54 deletions
@@ -38,10 +38,6 @@
<div class="left-group">
<el-button type="primary" icon="el-icon-plus" @click="handleNew">新建</el-button>
<el-button type="danger" plain icon="el-icon-delete" @click="handleDeleteSelected">删除所选</el-button>
<el-button icon="el-icon-upload" @click="handleImport">导入教员信息</el-button>
</div>
<div class="right-group">
<el-button icon="el-icon-download" @click="handleDownloadTemplate">教员数据文件模板下载</el-button>
</div>
</div>
@@ -820,14 +816,6 @@ export default {
this.$message.info('后端暂未提供该接口')
},
handleImport() {
this.$message.info('后端暂未提供该接口')
},
handleDownloadTemplate() {
this.$message.info('后端暂未提供该接口')
},
// ==================== 新增 ====================
handleNew() {
this.addForm = this.createEmptyAddForm()