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

This commit is contained in:
2025-10-22 20:29:17 +08:00
parent 6bc2140052
commit 9789b86920
19 changed files with 1015 additions and 338 deletions

View File

@@ -106,7 +106,7 @@ const columns: DataTableColumn<ProblemSetList>[] = [
{
title: "选项",
key: "actions",
width: 200,
width: 300,
render: (row) =>
h(Actions, {
problemSetId: row.id,
@@ -162,7 +162,7 @@ watch(() => [query.page, query.limit, query.difficulty, query.status], listProbl
新建题单
</n-button>
</n-flex>
<n-flex align="center" gap="medium">
<n-flex align="center">
<n-flex align="center">
<span>难度</span>
<n-select