|
|
@@ -573,7 +573,7 @@
|
|
|
<!-- <span>1.5km</span>-->
|
|
|
</li>
|
|
|
</ul>
|
|
|
- <div slot="reference" style="cursor: pointer;">年度任务</div>
|
|
|
+ <div slot="reference" style="cursor: pointer;">年度计划</div>
|
|
|
</el-popover>
|
|
|
<div class="num">
|
|
|
{{ yearlyTaskStatisticsTotal }}
|
|
|
@@ -2331,13 +2331,7 @@
|
|
|
}
|
|
|
})
|
|
|
myChart.on('click', function (params) {
|
|
|
- that.planVisible = true;
|
|
|
- for (const plan of that.annualPlanTreeList) {
|
|
|
- if(params.name == plan.name){
|
|
|
- that.planList = plan.children;
|
|
|
- that.planListsx = plan.children;
|
|
|
- }
|
|
|
- }
|
|
|
+ window.open('/rwList');
|
|
|
});
|
|
|
},
|
|
|
fxChart() {
|