update
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-05-21 19:03:43 -06:00
parent 2e285e29f0
commit 9e63016231
3 changed files with 3 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ const columns: DataTableColumn<Submission>[] = [
{
trigger: () =>
h(NButton, { text: true }, () =>
h(Icon, { icon: "noto:locked" }),
h(Icon, { icon: "catppuccin:lock" }),
),
default: () =>
"这道题在你已经加入的题单中,只有在题单中完成此题,代码才可见。",

View File

@@ -20,7 +20,7 @@
<template #trigger>
<n-button text>
<template #icon>
<Icon icon="noto:locked"></Icon>
<Icon icon="catppuccin:lock"></Icon>
</template>
</n-button>
</template>

View File

@@ -61,8 +61,7 @@ const { query, clearQuery } = usePagination<SubmissionQuery>({
const submissionID = ref("")
const problemDisplayID = ref("")
const [statisticPanel, toggleStatisticPanel] = useToggle(false)
const [flowchartStatisticPanel, toggleFlowchartStatisticPanel] =
useToggle(false)
const [codePanel, toggleCodePanel] = useToggle(false)
const [scoreDetailPanel, toggleScoreDetailPanel] = useToggle(false)
const selectedFlowchartId = ref("")