diff --git a/god-ui/src/views/battery/index.vue b/god-ui/src/views/battery/index.vue index fa5c3f4f..1ec52580 100644 --- a/god-ui/src/views/battery/index.vue +++ b/god-ui/src/views/battery/index.vue @@ -74,7 +74,7 @@ export default { { msg: "动力电池信息总部上报", color: "#90cb75", - path:'batteryReported/productionReported' + path:'batteryReported/productionReported?type=reported' }, { msg: "动力电池溯源系统", @@ -244,7 +244,7 @@ export default { smooth: false, }, ], - + }) ); }, @@ -306,13 +306,13 @@ export default { ], grid:{ width:'200%', - bottom:"50%" + bottom:"50%" }, }) ); }, initChart4() { - let year= new Date().getFullYear() + let year= new Date().getFullYear() let xAxisData=[] for(let i=0; i<5;i++){ xAxisData.push(`${year-i}`) @@ -323,7 +323,7 @@ export default { }, legend: { // 图例配置 - + top:'right', textStyle: { color: '#252525A4' @@ -359,7 +359,7 @@ export default { } }, }, - + ], color:['#5774cc'], series: [ @@ -497,4 +497,4 @@ export default { } } - \ No newline at end of file +