mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:09:55 +08:00
资源删除初步
This commit is contained in:
@@ -86,6 +86,7 @@ export const CoursePage = () => {
|
||||
icon={null}
|
||||
p="course"
|
||||
onClick={() => navigate(`/course/update/${record.id}`)}
|
||||
disabled={null}
|
||||
/>
|
||||
<Popconfirm
|
||||
title="警告"
|
||||
@@ -101,6 +102,7 @@ export const CoursePage = () => {
|
||||
icon={null}
|
||||
p="course"
|
||||
onClick={() => null}
|
||||
disabled={null}
|
||||
/>
|
||||
</Popconfirm>
|
||||
</Space>
|
||||
@@ -226,6 +228,7 @@ export const CoursePage = () => {
|
||||
icon={<PlusOutlined />}
|
||||
p="course"
|
||||
onClick={() => null}
|
||||
disabled={null}
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user