资源删除初步

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

@@ -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>