@@ -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'