This commit is contained in:
2025-05-09 17:58:47 +08:00
parent 21463c14f6
commit c05136a0be
2 changed files with 1 additions and 7 deletions

View File

@@ -35,12 +35,6 @@ const columns: DataTableColumn<Announcement>[] = [
render: (row) => parseTime(row.create_time),
width: 180,
},
{
key: "last_update_time",
title: renderTableTitle("更新时间", "fluent-emoji-flat:eleven-thirty"),
render: (row) => parseTime(row.last_update_time),
width: 180,
},
{
key: "username",
title: renderTableTitle("发布人", "streamline-emojis:ghost"),

View File

@@ -49,7 +49,7 @@ const numbers = computed(() => {
{
icon: "streamline-emojis:sparkles",
title: beatRate.value,
content: "击败用户",
content: "击败用户",
},
]
})