This commit is contained in:
2024-06-27 02:33:04 +00:00
parent 50c3f837e7
commit 9fb9e84e90
4 changed files with 4 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ const columns = computed(() => {
render: (row) =>
parseTime(
row.create_time,
isDesktop ? "YYYY-MM-DD HH:mm:ss" : "M-D hh:mm",
isDesktop.value ? "YYYY-MM-DD HH:mm:ss" : "M-D hh:mm",
),
},
{