资源删除初步

This commit is contained in:
禺狨
2023-03-13 11:00:34 +08:00
parent 69da71b7c2
commit 28d192b590
9 changed files with 151 additions and 59 deletions

View File

@@ -36,7 +36,7 @@ export const ResourceCategoryPage: React.FC = () => {
dataIndex: "name",
render: (text: string) => <span>{text}</span>,
},
{
title: "操作",
key: "action",
@@ -51,6 +51,7 @@ export const ResourceCategoryPage: React.FC = () => {
icon={null}
p="resource-category"
onClick={() => navigate(`/resource-category/update/${record.id}`)}
disabled={null}
/>
<Popconfirm
title="警告"
@@ -66,6 +67,7 @@ export const ResourceCategoryPage: React.FC = () => {
icon={null}
p="resource-category"
onClick={() => null}
disabled={null}
/>
</Popconfirm>
</Space>
@@ -144,6 +146,7 @@ export const ResourceCategoryPage: React.FC = () => {
icon={<PlusOutlined />}
p="resource-category"
onClick={() => null}
disabled={null}
/>
</Link>
</div>