首页概览初步

This commit is contained in:
禺狨
2023-03-20 12:12:33 +08:00
parent 0614f198e4
commit e4ffae20b2
13 changed files with 610 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ export const DepartmentCreate: React.FC<PropInterface> = ({
return (
<>
<Modal
title="新建部门"
title="添加部门"
centered
forceRender
open={open}

View File

@@ -366,7 +366,7 @@ export const DepartmentPage: React.FC = () => {
<div className="d-flex">
<PerButton
type="primary"
text="新建部门"
text="添加部门"
class="mr-16"
icon={<PlusOutlined />}
p="department-cud"