add problem author

This commit is contained in:
2024-12-23 20:26:46 +08:00
parent 2d23e5ceb7
commit 06f9ca7194
6 changed files with 82 additions and 70 deletions

View File

@@ -181,6 +181,14 @@ const baseColumns: DataTableColumn<ProblemFiltered>[] = [
render: (row) =>
h(NSpace, () => row.tags.map((t) => h(NTag, { key: t }, () => t))),
},
{
title: renderTableTitle(
"出题者",
"streamline-emojis:smiling-face-with-sunglasses",
),
key: "author",
width: 130,
},
{
title: renderTableTitle("提交数", "streamline-emojis:clinking-beer-mugs"),
key: "submission",