为比赛添加标签
This commit is contained in:
@@ -29,6 +29,11 @@ const columns: DataTableColumn<Contest>[] = [
|
||||
minWidth: 250,
|
||||
render: (row) => h(ContestTitle, { contest: row }),
|
||||
},
|
||||
{
|
||||
title: "标签",
|
||||
key: "tag",
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title: "类型",
|
||||
key: "contest_type",
|
||||
|
||||
Reference in New Issue
Block a user