update
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-01-05 18:25:36 +08:00
parent ff81567007
commit f791327dd6

View File

@@ -403,7 +403,19 @@ watch(
<n-grid :cols="isDesktop ? 2 : 1" :x-gap="20" :y-gap="20">
<n-gi :span="1">
<n-card>
<template #header>班级排名</template>
<template #header>
<n-flex align="center">
<span>班级排名</span>
<n-button
type="primary"
secondary
@click="router.push('/class')"
v-if="userStore.isAdminRole"
>
班级PK
</n-button>
</n-flex>
</template>
<template #header-extra>
<n-select
v-model:value="classQuery.grade"