时间显示到秒 & 表格之间的跳转页面
This commit is contained in:
@@ -144,11 +144,11 @@ function ProductSkus(props: {
|
||||
{ header: "最低购买数量", accessorKey: "count_min" },
|
||||
{
|
||||
header: "创建时间",
|
||||
accessorFn: row => format(row.created_at, "yyyy-MM-dd HH:mm"),
|
||||
accessorFn: row => format(row.created_at, "yyyy-MM-dd HH:mm:ss"),
|
||||
},
|
||||
{
|
||||
header: "更新时间",
|
||||
accessorFn: row => format(row.updated_at, "yyyy-MM-dd HH:mm"),
|
||||
accessorFn: row => format(row.updated_at, "yyyy-MM-dd HH:mm:ss"),
|
||||
},
|
||||
{
|
||||
id: "action",
|
||||
|
||||
Reference in New Issue
Block a user