admin pages and menu.

This commit is contained in:
2023-03-09 18:22:06 +08:00
parent 237861ab3f
commit 89ba38ba0a
19 changed files with 456 additions and 136 deletions

View File

@@ -215,7 +215,7 @@ const columns = computed(() => {
h(
NButton,
{ size: "small", onClick: () => rejudge(row.id) },
() => "重新评分"
() => "重新判题"
),
})
}