|
@ -25,15 +25,16 @@ export function getNavItem (user, dispatch) { |
|
|
items: [{ |
|
|
items: [{ |
|
|
itemKey: 'operationData', to: '/analysis/operationAnalysis/operationData', text: '运维数据' |
|
|
itemKey: 'operationData', to: '/analysis/operationAnalysis/operationData', text: '运维数据' |
|
|
}] |
|
|
}] |
|
|
},{ |
|
|
|
|
|
itemKey: 'workorderAnalysis', |
|
|
|
|
|
text: '工单分析', |
|
|
|
|
|
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconfxgongdan"></iconpark-icon>, |
|
|
|
|
|
to: '/analysis/workorderAnalysis/workorderData', |
|
|
|
|
|
items: [{ |
|
|
|
|
|
itemKey: 'workorderData', to: '/analysis/workorderAnalysis/workorderData', text: '工单数据' |
|
|
|
|
|
}] |
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
// { |
|
|
|
|
|
// itemKey: 'workorderAnalysis', |
|
|
|
|
|
// text: '工单分析', |
|
|
|
|
|
// icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconfxgongdan"></iconpark-icon>, |
|
|
|
|
|
// to: '/analysis/workorderAnalysis/workorderData', |
|
|
|
|
|
// items: [{ |
|
|
|
|
|
// itemKey: 'workorderData', to: '/analysis/workorderAnalysis/workorderData', text: '工单数据' |
|
|
|
|
|
// }] |
|
|
|
|
|
// }, |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
] |
|
|
] |
|
|