|
|
@@ -58,6 +58,30 @@ export const menuItems: MenuItem[] = [
|
|
|
label: 'Unit.Title',//<!--i18n:Unit.Title-->团队信息
|
|
|
icon: HelpFilled,
|
|
|
tab: 'introduction'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ index: '/CropCadmiumPrediction',
|
|
|
+ label: 'CropCadmiumPrediction.Title',//<!--i18n:CropCadmiumPrediction.Title-->土壤镉作物态含量预测
|
|
|
+ icon: PieChart,
|
|
|
+ tab: 'cadmiumPrediction'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ index: '/EffectiveCadmiumPrediction',
|
|
|
+ label: 'EffectiveCadmiumPrediction.Title',//<!--i18n:EffectiveCadmiumPrediction.Title-->土壤镉有效态含量预测
|
|
|
+ icon: PieChart,
|
|
|
+ tab: 'cadmiumPrediction'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ index: '/netFlux',
|
|
|
+ label: 'netFlux.Title',//<!--i18n:netFlux.Title-->净通量
|
|
|
+ icon: PieChart,
|
|
|
+ tab: 'cadmiumPrediction'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ index: '/currentYearConcentration',
|
|
|
+ label: 'currentYearConcentration.Title',//<!--i18n:currentYearConcentration.Title-->当年浓度
|
|
|
+ icon: PieChart,
|
|
|
+ tab: 'cadmiumPrediction'
|
|
|
},
|
|
|
{
|
|
|
index: 'irrigationWater',
|
|
|
@@ -269,30 +293,6 @@ export const menuItems: MenuItem[] = [
|
|
|
icon: Location,
|
|
|
tab: 'mapView'
|
|
|
},
|
|
|
- {
|
|
|
- index: '/netFlux',
|
|
|
- label: 'netFlux.Title',//<!--i18n:netFlux.Title-->净通量
|
|
|
- icon: PieChart,
|
|
|
- tab: 'cadmiumPrediction'
|
|
|
- },
|
|
|
- {
|
|
|
- index: '/currentYearConcentration',
|
|
|
- label: 'currentYearConcentration.Title',//<!--i18n:currentYearConcentration.Title-->当年浓度
|
|
|
- icon: PieChart,
|
|
|
- tab: 'cadmiumPrediction'
|
|
|
- },
|
|
|
- {
|
|
|
- index: '/EffectiveCadmiumPrediction',
|
|
|
- label: 'EffectiveCadmiumPrediction.Title',//<!--i18n:EffectiveCadmiumPrediction.Title-->土壤镉有效态含量预测
|
|
|
- icon: PieChart,
|
|
|
- tab: 'cadmiumPrediction'
|
|
|
- },
|
|
|
- {
|
|
|
- index: '/CropCadmiumPrediction',
|
|
|
- label: 'CropCadmiumPrediction.Title',//<!--i18n:CropCadmiumPrediction.Title-->土壤镉作物态含量预测
|
|
|
- icon: PieChart,
|
|
|
- tab: 'cadmiumPrediction'
|
|
|
- },
|
|
|
// {
|
|
|
// index: '/cropRiskAssessment',
|
|
|
// label: 'cropRiskAssessment.Title',//<!--i18n:cropRiskAssessment.Title-->水稻镉污染风险
|