【新增】试卷任务前端

This commit is contained in:
YOHO\20373
2025-04-23 17:12:26 +08:00
committed by 陆光LG
parent cb6f4c1ea5
commit 7a89a0a822
77 changed files with 13188 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ const demo03CourseFormRef = ref()
/** 打开弹窗 */
const open = async (type: string, id?: number) => {
dialogVisible.value = true
dialogTitle.value = t('action.' + type)
formType.value = type