新项目, antd6, react19
This commit is contained in:
17
src/pages/Staff/dep/index.tsx
Normal file
17
src/pages/Staff/dep/index.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import PageContainerPlugin from '@/components/PageContainer/PageContainerPlugin';
|
||||
|
||||
const DepContent = () => {
|
||||
return (
|
||||
<div>
|
||||
<div>Dep</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
const Dep = () => (
|
||||
<PageContainerPlugin breadcrumb={['用户管理', '组织架构']}>
|
||||
<DepContent />
|
||||
</PageContainerPlugin>
|
||||
);
|
||||
|
||||
export default Dep;
|
||||
Reference in New Issue
Block a user