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:40:25 -06:00
parent c1c6e75a7b
commit 9315963cce

View File

@@ -55,7 +55,7 @@ const columns: DataTableColumn<Contest>[] = [
{ {
title: "创建者", title: "创建者",
key: "created_by", key: "created_by",
width: 100, width: 120,
render: (row) => row.created_by.username, render: (row) => row.created_by.username,
}, },
{ {
@@ -67,7 +67,7 @@ const columns: DataTableColumn<Contest>[] = [
{ {
title: "可见", title: "可见",
key: "visible", key: "visible",
width: 80, width: 100,
render: (row) => render: (row) =>
h(NSwitch, { h(NSwitch, {
value: row.visible, value: row.visible,