fix
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-03-18 19:50:55 +08:00
parent 83cd62a110
commit 88d6ffaf53
15 changed files with 762 additions and 189 deletions

View File

@@ -38,15 +38,11 @@
</template>
</n-flex>
<n-flex>
<n-button
v-if="(roleAdmin || roleSuper) && taskTab === TASK_TYPE.Challenge && taskId > 0"
text
@click="statsModal = true"
>
<n-button v-if="roleSuper" text @click="statsModal = true">
<Icon :width="16" icon="lucide:bar-chart-2"></Icon>
</n-button>
<n-button
v-if="authed"
v-if="authed"
text
@click="$router.push({ name: 'submissions', params: { page: 1 } })"
>