资源分类列表优化

This commit is contained in:
禺狨 2023-03-10 16:36:29 +08:00
parent 0282266e53
commit 32af1deb43

View File

@ -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",