新增:监管端首页、驾驶舱;机构端首页,资料填报。
parent
3547165386
commit
9dfdcd4639
|
|
@ -4,14 +4,13 @@ import {
|
|||
FileProtectOutlined,
|
||||
TeamOutlined,
|
||||
BankOutlined,
|
||||
UserSwitchOutlined,
|
||||
IdcardOutlined,
|
||||
FormOutlined,
|
||||
CheckCircleOutlined,
|
||||
SyncOutlined,
|
||||
SafetyCertificateOutlined,
|
||||
ToolOutlined,
|
||||
UserOutlined,
|
||||
BarChartOutlined,
|
||||
PieChartOutlined,
|
||||
ExperimentOutlined,
|
||||
ShopOutlined,
|
||||
ApartmentOutlined,
|
||||
SwapOutlined,
|
||||
|
|
@ -20,6 +19,7 @@ import {
|
|||
KeyOutlined,
|
||||
} from "@ant-design/icons";
|
||||
|
||||
|
||||
const menuItems = [
|
||||
{
|
||||
key: "/certificate/container/Supervision",
|
||||
|
|
@ -36,11 +36,6 @@ const menuItems = [
|
|||
label: "驾驶舱",
|
||||
icon: <BarChartOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/certificate/container/Supervision/test2",
|
||||
label: "Test2 测试",
|
||||
icon: <ExperimentOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/certificate/container/Supervision/BasicInfo",
|
||||
label: "基础信息管理",
|
||||
|
|
@ -75,6 +70,11 @@ const menuItems = [
|
|||
label: "企业信息管理",
|
||||
icon: <ShopOutlined />,
|
||||
children: [
|
||||
{
|
||||
key: "/certificate/container/Institution/Dashboard",
|
||||
label: "首页",
|
||||
icon: <DashboardOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/certificate/container/EnterpriseInfo/OrgInfo",
|
||||
label: "机构信息管理",
|
||||
|
|
@ -116,24 +116,28 @@ const menuItems = [
|
|||
icon: <ToolOutlined />,
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
{
|
||||
key: "/certificate/container/Institution",
|
||||
label: "机构端",
|
||||
icon: <HomeOutlined />,
|
||||
key: "/certificate/container/qualApplication",
|
||||
label: "资质申请管理",
|
||||
icon: <FormOutlined />,
|
||||
children: [
|
||||
{
|
||||
key: "/certificate/container/Institution/Dashboard",
|
||||
label: "首页",
|
||||
icon: <DashboardOutlined />,
|
||||
},
|
||||
],
|
||||
key: "/certificate/container/qualApplication/filingApplication/list",
|
||||
label: "资质备案申请",
|
||||
icon: <FormOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/certificate/container/Test",
|
||||
label: "测试页面",
|
||||
icon: <ExperimentOutlined />,
|
||||
key: "/certificate/container/qualApplication/filedManage/list",
|
||||
label: "已备案资质管理",
|
||||
icon: <CheckCircleOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/certificate/container/qualApplication/filingChange/list",
|
||||
label: "备案变更管理",
|
||||
icon: <SyncOutlined />,
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue