【新增】知识点前端,试题导入按钮,学生身份证字段

This commit is contained in:
YOHO\20373
2025-05-19 22:05:10 +08:00
committed by 陆光LG
parent 3ae1f371f0
commit a91ef2cbd2
7 changed files with 456 additions and 8 deletions

View File

@@ -75,6 +75,13 @@
<el-form-item>
<el-button @click="handleQuery"><Icon icon="ep:search" />搜索</el-button>
<el-button @click="resetQuery"><Icon icon="ep:refresh" />重置</el-button>
<el-button
type="warning"
plain
@click="handleImport"
>
<Icon icon="ep:upload" /> 导入
</el-button>
<el-button
type="primary"
plain
@@ -298,6 +305,10 @@ const getList = async () => {
loading.value = false
}
}
/** 用户导入 */
const handleImport = () => {
importFormRef.value.open()
}
/** 搜索按钮操作 */
const handleQuery = () => {