mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 21:59:44 +08:00
资源分类列表优化
This commit is contained in:
parent
0282266e53
commit
32af1deb43
@ -36,21 +36,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
dataIndex: "name",
|
||||
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: "操作",
|
||||
key: "action",
|
||||
|
Loading…
x
Reference in New Issue
Block a user