管理人员替换为权限按钮

This commit is contained in:
禺狨
2023-03-08 15:33:57 +08:00
parent 7a14ff88b6
commit efe556929c
2 changed files with 24 additions and 14 deletions

View File

@@ -155,7 +155,7 @@ export const DepartmentPage: React.FC = () => {
class="mr-16"
icon={<PlusOutlined />}
p="department-store"
onClick={() => console.log("ok")}
onClick={() => null}
/>
</Link>
</div>