contest list.

This commit is contained in:
2023-03-20 20:54:12 +08:00
parent efbc21ba18
commit 4af5a28c03
11 changed files with 146 additions and 14 deletions

View File

@@ -37,7 +37,8 @@ const columns: DataTableColumn<AdminProblemFiltered>[] = [
}),
},
{
key: "edit",
title: "选项",
key: "actions",
width: 200,
render: (row) => h(Actions, { problemID: row.id, onDeleted: listProblems }),
},