|
@@ -351,7 +351,7 @@ function SmartOps(props) {
|
|
|
},
|
|
|
{
|
|
|
label: `预测分析`,
|
|
|
- key: '6',
|
|
|
+ key: '5',
|
|
|
children: <PredictionAnalysis />,
|
|
|
},
|
|
|
{
|
|
@@ -377,7 +377,7 @@ function SmartOps(props) {
|
|
|
},
|
|
|
{
|
|
|
label: `经营分析`,
|
|
|
- key: '5',
|
|
|
+ key: '6',
|
|
|
children: <OperationManage />,
|
|
|
},
|
|
|
]}
|