Browse Source

优化

master
陈裕财 4 years ago
parent
commit
e471e57b70
  1. 12
      src/views/xm/XmOverview.vue

12
src/views/xm/XmOverview.vue

@ -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>
@ -247,9 +247,7 @@
<div id="taskChart" :style="{width: '100%', height: '320px'}"></div> <div id="taskChart" :style="{width: '100%', height: '320px'}"></div>
</div> </div>
</el-card> </el-card>
</el-col>
</el-row>
<el-row :gutter="10" style="margin-bottom:10px">
</el-col>
<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'

Loading…
Cancel
Save