This commit is contained in:
2025-10-05 19:34:23 +08:00
parent 38a37d395d
commit f593b34ce7

View File

@@ -160,7 +160,7 @@ const columns = computed(() => {
{ {
title: renderTableTitle("提交编号", "fluent-emoji-flat:input-numbers"), title: renderTableTitle("提交编号", "fluent-emoji-flat:input-numbers"),
key: "id", key: "id",
minWidth: 160, minWidth: 180,
render: (row) => render: (row) =>
h(SubmissionLink, { h(SubmissionLink, {
submission: row, submission: row,
@@ -170,7 +170,7 @@ const columns = computed(() => {
{ {
title: renderTableTitle("状态", "streamline-emojis:panda-face"), title: renderTableTitle("状态", "streamline-emojis:panda-face"),
key: "status", key: "status",
width: 160, width: 140,
render: (row) => h(SubmissionResultTag, { result: row.result }), render: (row) => h(SubmissionResultTag, { result: row.result }),
}, },
{ {