feat
parent
39da82b548
commit
70c645f465
|
|
@ -25,32 +25,32 @@ import {
|
||||||
|
|
||||||
const menuItems = [
|
const menuItems = [
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/Supervision",
|
key: "/safety-eval/container/Supervision",
|
||||||
label: "监管端",
|
label: "监管端",
|
||||||
icon: <DashboardOutlined />,
|
icon: <DashboardOutlined />,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/Supervision/BasicInfo",
|
key: "/safety-eval/container/Supervision/BasicInfo",
|
||||||
label: "基础信息管理",
|
label: "基础信息管理",
|
||||||
icon: <FileTextOutlined />,
|
icon: <FileTextOutlined />,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/Supervision/BasicInfo/OrgAccount",
|
key: "/safety-eval/container/Supervision/BasicInfo/OrgAccount",
|
||||||
label: "机构账号管理",
|
label: "机构账号管理",
|
||||||
icon: <KeyOutlined />,
|
icon: <KeyOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/Supervision/BasicInfo/RegisteredOrg/List",
|
key: "/safety-eval/container/Supervision/BasicInfo/RegisteredOrg/List",
|
||||||
label: "已备案机构管理",
|
label: "已备案机构管理",
|
||||||
icon: <FileProtectOutlined />,
|
icon: <FileProtectOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/Supervision/BasicInfo/EvaluatorInfo",
|
key: "/safety-eval/container/Supervision/BasicInfo/EvaluatorInfo",
|
||||||
label: "评价师信息管理",
|
label: "评价师信息管理",
|
||||||
icon: <UserOutlined />,
|
icon: <UserOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/Supervision/BasicInfo/EnterprisePortrait",
|
key: "/safety-eval/container/Supervision/BasicInfo/EnterprisePortrait",
|
||||||
label: "企业画像管理",
|
label: "企业画像管理",
|
||||||
icon: <BarChartOutlined />,
|
icon: <BarChartOutlined />,
|
||||||
},
|
},
|
||||||
|
|
@ -59,64 +59,64 @@ const menuItems = [
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/EnterpriseInfo",
|
key: "/safety-eval/container/EnterpriseInfo",
|
||||||
label: "企业信息管理",
|
label: "企业信息管理",
|
||||||
icon: <ShopOutlined />,
|
icon: <ShopOutlined />,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/EnterpriseInfo/OrgInfo",
|
key: "/safety-eval/container/EnterpriseInfo/OrgInfo",
|
||||||
label: "机构信息管理",
|
label: "机构信息管理",
|
||||||
icon: <BankOutlined />,
|
icon: <BankOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/EnterpriseInfo/QualificationCert",
|
key: "/safety-eval/container/EnterpriseInfo/QualificationCert",
|
||||||
label: "资质信息管理",
|
label: "资质信息管理",
|
||||||
icon: <SafetyCertificateOutlined />,
|
icon: <SafetyCertificateOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/EnterpriseInfo/PersonnelChange",
|
key: "/safety-eval/container/EnterpriseInfo/PersonnelChange",
|
||||||
label: "人员变更管理",
|
label: "人员变更管理",
|
||||||
icon: <SwapOutlined />,
|
icon: <SwapOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/EnterpriseInfo/PersonnelInfo/List",
|
key: "/safety-eval/container/EnterpriseInfo/PersonnelInfo/List",
|
||||||
label: "人员信息管理",
|
label: "人员信息管理",
|
||||||
icon: <TeamOutlined />,
|
icon: <TeamOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/EnterpriseInfo/DepartmentPosition",
|
key: "/safety-eval/container/EnterpriseInfo/DepartmentPosition",
|
||||||
label: "部门岗位管理",
|
label: "部门岗位管理",
|
||||||
icon: <ApartmentOutlined />,
|
icon: <ApartmentOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/EnterpriseInfo/ResignationApply",
|
key: "/safety-eval/container/EnterpriseInfo/ResignationApply",
|
||||||
label: "人员离职申请",
|
label: "人员离职申请",
|
||||||
icon: <LogoutOutlined />,
|
icon: <LogoutOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/EnterpriseInfo/EquipInfo",
|
key: "/safety-eval/container/EnterpriseInfo/EquipInfo",
|
||||||
label: "装备信息管理",
|
label: "装备信息管理",
|
||||||
icon: <ToolOutlined />,
|
icon: <ToolOutlined />,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/qualApplication",
|
key: "/safety-eval/container/qualApplication",
|
||||||
label: "资质申请管理",
|
label: "资质申请管理",
|
||||||
icon: <FormOutlined />,
|
icon: <FormOutlined />,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/qualApplication/filingApplication/list",
|
key: "/safety-eval/container/qualApplication/filingApplication/list",
|
||||||
label: "资质备案申请",
|
label: "资质备案申请",
|
||||||
icon: <FormOutlined />,
|
icon: <FormOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/qualApplication/filedManage/list",
|
key: "/safety-eval/container/qualApplication/filedManage/list",
|
||||||
label: "已备案资质管理",
|
label: "已备案资质管理",
|
||||||
icon: <CheckCircleOutlined />,
|
icon: <CheckCircleOutlined />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "/safety-eva/container/qualApplication/filingChange/list",
|
key: "/safety-eval/container/qualApplication/filingChange/list",
|
||||||
label: "备案变更管理",
|
label: "备案变更管理",
|
||||||
icon: <SyncOutlined />,
|
icon: <SyncOutlined />,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
function BasicInfo(props) {
|
function BasicInfo(props) {
|
||||||
return <div>{props.children}</div>;
|
return props.children;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default BasicInfo;
|
export default BasicInfo;
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
function Supervision(props) {
|
function Supervision(props) {
|
||||||
return (
|
return (
|
||||||
<div>
|
|
||||||
{props.children}
|
props.children
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue