fix:工程设备新能源电池溯源项目首页跳转修改
This commit is contained in:
parent
a268af06f0
commit
02f4c6560f
@ -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 {
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user