This commit is contained in:
2025-03-18 20:29:53 +08:00
parent a76b2f9bc9
commit 16fb09021d
2 changed files with 8 additions and 5 deletions

View File

@@ -15,7 +15,13 @@
</template>
<n-rate :size="30" @update:value="updateScore" />
</n-popover>
<n-button secondary type="info">智能打分</n-button>
<n-button
v-if="!submission.score && (roleAdmin || roleSuper)"
secondary
type="info"
>
智能打分
</n-button>
</template>
</n-flex>
</n-flex>