mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:19:45 +08:00
资源删除初步
This commit is contained in:
@@ -82,6 +82,7 @@ export const SystemAdministratorPage: React.FC = () => {
|
||||
onClick={() =>
|
||||
navigate(`/system/administrator/update/${record.id}`)
|
||||
}
|
||||
disabled={null}
|
||||
/>
|
||||
<Popconfirm
|
||||
title="警告"
|
||||
@@ -97,6 +98,7 @@ export const SystemAdministratorPage: React.FC = () => {
|
||||
icon={null}
|
||||
p="admin-user-cud"
|
||||
onClick={() => null}
|
||||
disabled={null}
|
||||
/>
|
||||
</Popconfirm>
|
||||
</Space>
|
||||
@@ -192,6 +194,7 @@ export const SystemAdministratorPage: React.FC = () => {
|
||||
icon={<PlusOutlined />}
|
||||
p="admin-user-cud"
|
||||
onClick={() => null}
|
||||
disabled={null}
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user