From e471e57b700a2352c1b9a48dca6708a1c177f334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 7 Mar 2022 03:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/XmOverview.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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'