添加后端评论的管理页面

This commit is contained in:
2024-07-02 22:18:16 +08:00
parent 60c1a495f2
commit 73eb288d3c
18 changed files with 198 additions and 22 deletions

View File

@@ -72,7 +72,7 @@ onBeforeUnmount(() => {
<n-tab-pane name="content" tab="题目描述">
<ProblemContent />
</n-tab-pane>
<n-tab-pane name="comment" tab="题目点评">
<n-tab-pane v-if="!props.contestID" name="comment" tab="题目点评">
<ProblemComment />
</n-tab-pane>
<n-tab-pane name="info" tab="题目统计">
@@ -90,7 +90,7 @@ onBeforeUnmount(() => {
<n-tab-pane name="editor" tab="代码编辑">
<Editor />
</n-tab-pane>
<n-tab-pane name="comment" tab="题目点评">
<n-tab-pane v-if="!props.contestID" name="comment" tab="题目点评">
<ProblemComment />
</n-tab-pane>
<n-tab-pane name="info" tab="题目统计">