mirror of
https://github.com/PlayEdu/backend
synced 2025-07-20 10:19:32 +08:00
资源分类列表优化
This commit is contained in:
parent
0282266e53
commit
32af1deb43
@ -36,21 +36,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
|||||||
dataIndex: "name",
|
dataIndex: "name",
|
||||||
render: (text: string) => <span>{text}</span>,
|
render: (text: string) => <span>{text}</span>,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "ID",
|
|
||||||
key: "id",
|
|
||||||
dataIndex: "id",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Sort",
|
|
||||||
key: "sort",
|
|
||||||
dataIndex: "sort",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "时间",
|
|
||||||
dataIndex: "created_at",
|
|
||||||
render: (text: string) => <span>{text && dateFormat(text)}</span>,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "操作",
|
title: "操作",
|
||||||
key: "action",
|
key: "action",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user