mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 03:39:34 +08:00
资源删除初步
This commit is contained in:
@@ -65,6 +65,7 @@ export const DepartmentPage: React.FC = () => {
|
||||
icon={null}
|
||||
p="department-cud"
|
||||
onClick={() => navigate(`/department/update/${record.id}`)}
|
||||
disabled={null}
|
||||
/>
|
||||
<Popconfirm
|
||||
title="警告"
|
||||
@@ -80,6 +81,7 @@ export const DepartmentPage: React.FC = () => {
|
||||
icon={null}
|
||||
p="department-cud"
|
||||
onClick={() => null}
|
||||
disabled={null}
|
||||
/>
|
||||
</Popconfirm>
|
||||
</Space>
|
||||
@@ -154,6 +156,7 @@ export const DepartmentPage: React.FC = () => {
|
||||
icon={<PlusOutlined />}
|
||||
p="department-cud"
|
||||
onClick={() => null}
|
||||
disabled={null}
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user