时间显示到秒 & 表格之间的跳转页面
This commit is contained in:
@@ -319,7 +319,10 @@ export default function ChannelPage() {
|
||||
header: "过期时间",
|
||||
accessorKey: "expired_at",
|
||||
cell: ({ row }) =>
|
||||
format(new Date(row.original.expired_at), "yyyy-MM-dd HH:mm"),
|
||||
format(
|
||||
new Date(row.original.expired_at),
|
||||
"yyyy-MM-dd HH:mm:ss",
|
||||
),
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user