fix
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-06-02 23:13:10 -06:00
parent a02e6df604
commit cd81fd1e10
3 changed files with 11 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ onMounted(() => {
</n-button>
<n-button
v-if="userStore.isSuperAdmin"
v-if="userStore.isTeacherOrAbove"
:size="buttonSize"
@click="statisticPanel = true"
>
@@ -247,7 +247,7 @@ onMounted(() => {
</n-flex>
<n-modal
v-if="userStore.isSuperAdmin"
v-if="userStore.isTeacherOrAbove"
v-model:show="statisticPanel"
preset="card"
title="提交记录的统计"