This commit is contained in:
2023-01-20 12:29:32 +08:00
parent 40fae1c7c0
commit 0b2d9e3efd
23 changed files with 271 additions and 150 deletions

View File

@@ -36,7 +36,7 @@ function change(value: string) {
<n-form-item>
<n-space>
<n-button @click="reset">重置</n-button>
<n-button @click="$router.push(`/status?problem=${problem._id}`)">
<n-button @click="$router.push(`/submission?problem=${problem._id}`)">
提交信息
</n-button>
</n-space>