【修改】出题知识点可选择,数据时效性,MYSQL判分语句增加默认权值

【增加】试卷任务参数,在已有的试卷抽卷
This commit is contained in:
YOHO\20373
2025-06-09 10:31:14 +08:00
parent ee776e7961
commit 41e5324bb9
49 changed files with 3727 additions and 2186 deletions

View File

@@ -196,7 +196,15 @@ const handleDeletes = async () => {
message.error('请至少选择一条数据');
return;
}
await ElMessageBox.confirm(
'只能删除待考状态的学生,是否确认删除?',
'警告',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}
);
selectedRows.value = rows.map((d: any) => d.id); // 保存选中的行数据
const deleteData = {