feat: 查看已提交数据

This commit is contained in:
2026-04-13 15:23:32 +08:00
parent 9e20d709b0
commit 18c5ad9521
10 changed files with 470 additions and 18 deletions

View File

@@ -448,6 +448,8 @@ const handleTestComplete = () => {
}
}
const contestantId = computed(() => route.query.id || route.params.id)
const readOnly = computed(() => {
if (route.query.id && !hasValidEmail.value) {
return true