mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:09:55 +08:00
资源删除初步
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user