|
@@ -90,6 +90,8 @@ export default function Home() {
|
|
|
label: '车辆维保状态', key: 'maintenanceStatus', icon: <FileDoneOutlined/>,
|
|
label: '车辆维保状态', key: 'maintenanceStatus', icon: <FileDoneOutlined/>,
|
|
|
}, {
|
|
}, {
|
|
|
label: '消费类型', key: 'mainConsumPtionType', icon: <FileDoneOutlined/>,
|
|
label: '消费类型', key: 'mainConsumPtionType', icon: <FileDoneOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '维保明细', key: 'maintenanceDetails', icon: <FileDoneOutlined/>,
|
|
|
},]
|
|
},]
|
|
|
}, {
|
|
}, {
|
|
|
label: '设施管理', key: 'facilityManagementChild', icon: <DesktopOutlined/>, children: [{
|
|
label: '设施管理', key: 'facilityManagementChild', icon: <DesktopOutlined/>, children: [{
|
|
@@ -105,13 +107,30 @@ export default function Home() {
|
|
|
}, {
|
|
}, {
|
|
|
label: '洗车机', key: 'carWasher', icon: <AreaChartOutlined/>,
|
|
label: '洗车机', key: 'carWasher', icon: <AreaChartOutlined/>,
|
|
|
},]
|
|
},]
|
|
|
- }, {
|
|
|
|
|
- label: '基础信息配置', key: 'setting', icon: <SettingOutlined/>, children: [{
|
|
|
|
|
- label: '用户管理', key: 'user', icon: <UserOutlined/>,
|
|
|
|
|
- }, {
|
|
|
|
|
- label: '字典管理', key: 'dict', icon: <FileDoneOutlined/>,
|
|
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '站场管理信息', key: 'stationManagementInformation', icon: <DesktopOutlined/>, children: [{
|
|
|
|
|
+ label: '站场基本信息', key: 'stationBasicInformation', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '面积分布', key: 'areaDistrbution', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '场地建设时间', key: 'siteConstructionTime', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '场地权属情况', key: 'siteOwnership', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '区域分布', key: 'regionalDistribution', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '类型分布', key: 'typeDistribution', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '使用情况', key: 'usage', icon: <AreaChartOutlined/>,
|
|
|
|
|
+ },]
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '基础信息配置', key: 'setting', icon: <SettingOutlined/>, children: [{
|
|
|
|
|
+ label: '用户管理', key: 'user', icon: <UserOutlined/>,
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '字典管理', key: 'dict', icon: <FileDoneOutlined/>,
|
|
|
|
|
+ }]
|
|
|
}]
|
|
}]
|
|
|
- }]
|
|
|
|
|
/**
|
|
/**
|
|
|
* 电机左边弹框跳转页面
|
|
* 电机左边弹框跳转页面
|
|
|
* @param e 电机的数据
|
|
* @param e 电机的数据
|