资源删除初步

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

@@ -88,6 +88,7 @@ export const MemberPage: React.FC = () => {
icon={null}
p="user-update"
onClick={() => navigate(`/member/update/${record.id}`)}
disabled={null}
/>
<Popconfirm
title="警告"
@@ -103,6 +104,7 @@ export const MemberPage: React.FC = () => {
icon={null}
p="user-destroy"
onClick={() => null}
disabled={null}
/>
</Popconfirm>
</Space>
@@ -245,6 +247,7 @@ export const MemberPage: React.FC = () => {
icon={<PlusOutlined />}
p="user-store"
onClick={() => null}
disabled={null}
/>
</Link>
<Link style={{ textDecoration: "none" }} to={`/member/import`}>
@@ -255,6 +258,7 @@ export const MemberPage: React.FC = () => {
icon={null}
p="user-store"
onClick={() => null}
disabled={null}
/>
</Link>
</div>