update
This commit is contained in:
@@ -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 }),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user