|
@@ -514,7 +514,7 @@ export default {
|
|
const temarr=arr.map(item=>{
|
|
const temarr=arr.map(item=>{
|
|
return {Name:item.Years,Value:item.ChartLegend}
|
|
return {Name:item.Years,Value:item.ChartLegend}
|
|
})
|
|
})
|
|
- this.SeasonExtraConfig.ChartLegend=temarr
|
|
|
|
|
|
+ this.SeasonExtraConfig.ChartLegend=this.SeasonExtraConfig.type==='公历'?temarr:temarr.filter((item,index)=>index>0)
|
|
this.legendEditDiaShow=true
|
|
this.legendEditDiaShow=true
|
|
}
|
|
}
|
|
|
|
|