|
|
@ -238,7 +238,7 @@ |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row :gutter="10" style="margin-bottom:10px"> |
|
|
<el-row :gutter="10" style="margin-bottom:10px"> |
|
|
<el-col :span="12" > |
|
|
|
|
|
|
|
|
<el-col :span="8" > |
|
|
<el-card class="box-card" style="padding:0px ;height:425px"> |
|
|
<el-card class="box-card" style="padding:0px ;height:425px"> |
|
|
<div slot="header" class="clearfix"> |
|
|
<div slot="header" class="clearfix"> |
|
|
<span>任务每日状态趋势</span> |
|
|
<span>任务每日状态趋势</span> |
|
|
@ -248,8 +248,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
</el-card> |
|
|
</el-card> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
|
|
|
<el-row :gutter="10" style="margin-bottom:10px"> |
|
|
|
|
|
<el-col :span="8" > |
|
|
<el-col :span="8" > |
|
|
<el-card class="box-card" style="height:425px"> |
|
|
<el-card class="box-card" style="height:425px"> |
|
|
<div slot="header" class="clearfix"> |
|
|
<div slot="header" class="clearfix"> |
|
|
@ -610,21 +608,21 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
data: [ |
|
|
data: [ |
|
|
{value: this.xmBranchState.planNouserAt, |
|
|
|
|
|
|
|
|
{value: this.xmBranchState.totalBudgetNouserAmount, |
|
|
itemStyle: { |
|
|
itemStyle: { |
|
|
normal:{ |
|
|
normal:{ |
|
|
color: '#FAC858' |
|
|
color: '#FAC858' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
name: '非人力'}, |
|
|
name: '非人力'}, |
|
|
{value: this.xmBranchState.planInnerUserAt, |
|
|
|
|
|
|
|
|
{value: this.xmBranchState.totalBudgetInnerUserAmount, |
|
|
itemStyle: { |
|
|
itemStyle: { |
|
|
normal:{ |
|
|
normal:{ |
|
|
color: '#73C0DE' |
|
|
color: '#73C0DE' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
name: '内部人力'}, |
|
|
name: '内部人力'}, |
|
|
{value: this.xmBranchState.planOutUserAt, |
|
|
|
|
|
|
|
|
{value: this.xmBranchState.totalBudgetOutUserAmount, |
|
|
itemStyle: { |
|
|
itemStyle: { |
|
|
normal:{ |
|
|
normal:{ |
|
|
color: '#5470C6' |
|
|
color: '#5470C6' |
|
|
|