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