diff --git a/src/views/xm/XmOverview.vue b/src/views/xm/XmOverview.vue index c766e8cf..be40da33 100644 --- a/src/views/xm/XmOverview.vue +++ b/src/views/xm/XmOverview.vue @@ -238,7 +238,7 @@ - +
任务每日状态趋势 @@ -247,9 +247,7 @@
-
-
- +
@@ -610,21 +608,21 @@ export default { } }, data: [ - {value: this.xmBranchState.planNouserAt, + {value: this.xmBranchState.totalBudgetNouserAmount, itemStyle: { normal:{ color: '#FAC858' } }, name: '非人力'}, - {value: this.xmBranchState.planInnerUserAt, + {value: this.xmBranchState.totalBudgetInnerUserAmount, itemStyle: { normal:{ color: '#73C0DE' } }, name: '内部人力'}, - {value: this.xmBranchState.planOutUserAt, + {value: this.xmBranchState.totalBudgetOutUserAmount, itemStyle: { normal:{ color: '#5470C6'