|
@@ -99,7 +99,7 @@ export default function Home() {
|
|
|
}, {
|
|
}, {
|
|
|
label: '充电站', key: 'chargingStation', icon: <AreaChartOutlined/>,
|
|
label: '充电站', key: 'chargingStation', icon: <AreaChartOutlined/>,
|
|
|
}, {
|
|
}, {
|
|
|
- label: '设施基础信息', key: 'informationOfFacilities', icon: <AreaChartOutlined/>,
|
|
|
|
|
|
|
+ label: '区域设施统计', key: 'informationOfFacilities', icon: <AreaChartOutlined/>,
|
|
|
}, {
|
|
}, {
|
|
|
label: '电子站牌', key: 'electronicLicensePlate', icon: <AreaChartOutlined/>,
|
|
label: '电子站牌', key: 'electronicLicensePlate', icon: <AreaChartOutlined/>,
|
|
|
}, {
|
|
}, {
|
|
@@ -123,6 +123,36 @@ export default function Home() {
|
|
|
label: '类型分布', key: 'typeDistribution', icon: <AreaChartOutlined/>,
|
|
label: '类型分布', key: 'typeDistribution', icon: <AreaChartOutlined/>,
|
|
|
}, {
|
|
}, {
|
|
|
label: '使用情况', key: 'usage', icon: <AreaChartOutlined/>,
|
|
label: '使用情况', key: 'usage', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '站场装机容量', key: 'installedCapacity', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '运营保障', key: 'stationOperate', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '充电趋势', key: 'chageTrends', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '充电桩服务情况', key: 'chageService', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '今日充电统计', key: 'nowChargeStatistics', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '资源使用率', key: 'resourceUsage', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ },]
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '线路分析', key: 'lineAnalysis', icon: <SettingOutlined/>, children: [{
|
|
|
|
|
+ label: '区域里程', key: 'regionalMileage', icon: <UserOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '线路运行速度', key: 'lineSpeed', icon: <UserOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '站点客流排名', key: 'stationPassengerFlow', icon: <UserOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '近期线路调整', key: 'lineAdjustment', icon: <UserOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '线路长度分布', key: 'lineLength', icon: <UserOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '线路站距分布', key: 'stationSpacingDistribution', icon: <UserOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '线路类型', key: 'lineType', icon: <UserOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '线路基本信息', key: 'lineAnalysisDetails', icon: <UserOutlined/>,
|
|
|
},]
|
|
},]
|
|
|
}, {
|
|
}, {
|
|
|
label: '基础信息配置', key: 'setting', icon: <SettingOutlined/>, children: [{
|
|
label: '基础信息配置', key: 'setting', icon: <SettingOutlined/>, children: [{
|