时间显示到秒 & 表格之间的跳转页面
This commit is contained in:
@@ -158,7 +158,7 @@ function ExpireBadge({ expireAt }: { expireAt: Date | null | undefined }) {
|
||||
// 格式化日期
|
||||
function formatDateTime(date: Date | null | undefined) {
|
||||
if (!date) return "-"
|
||||
return format(date, "yyyy-MM-dd HH:mm")
|
||||
return format(date, "yyyy-MM-dd HH:mm:ss")
|
||||
}
|
||||
|
||||
// 计算今日使用量
|
||||
|
||||
Reference in New Issue
Block a user