diff --git a/src/views/dashboard/DeptPieChart.vue b/src/views/dashboard/DeptPieChart.vue index b87a6a2..d718741 100644 --- a/src/views/dashboard/DeptPieChart.vue +++ b/src/views/dashboard/DeptPieChart.vue @@ -116,7 +116,7 @@ export default { { name: '项目分布', type: 'pie', - roseType: 'radius', + // roseType: 'radius', radius: ['30%', '50%'], //饼形图改成中空的 center: ['55%', '48%'], data:this.deptData, diff --git a/src/views/project/report/copyInport.vue b/src/views/project/report/copyInport.vue index 7393228..efbfbbc 100644 --- a/src/views/project/report/copyInport.vue +++ b/src/views/project/report/copyInport.vue @@ -444,25 +444,6 @@ this.otTitle=this.yearRadio2 +"年" } this.secretData = resp.data.secretData; - // this.secretData.forEach(item=>{ - // if (item.name=='机密'){ - // item.itemStyle= { - // color: "#e8240e" - // }; - // }else if (item.name=='秘密'){ - // item.itemStyle={ - // color: "#ff604e" - // } - // }else if (item.name=='内部'){ - // item.itemStyle={ - // color: "#2250bb" - // } - // }else if (item.name=='非密'){ - // item.itemStyle={ - // color:"#0095ff" - // } - // } - // }) this.countProject=this.secretData; if (this.countProject.length>0){ this.countProject.forEach(item =>{