ui
This commit is contained in:
@@ -21,6 +21,12 @@ const columns: DataTableColumn<Tutorial>[] = [
|
|||||||
width: 180,
|
width: 180,
|
||||||
render: (row) => parseTime(row.created_at!, "YYYY-MM-DD HH:mm:ss"),
|
render: (row) => parseTime(row.created_at!, "YYYY-MM-DD HH:mm:ss"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "更新时间",
|
||||||
|
key: "updated_at",
|
||||||
|
width: 180,
|
||||||
|
render: (row) => parseTime(row.updated_at!, "YYYY-MM-DD HH:mm:ss"),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "顺序",
|
title: "顺序",
|
||||||
key: "order",
|
key: "order",
|
||||||
|
|||||||
Reference in New Issue
Block a user