home
This commit is contained in:
@@ -33,13 +33,13 @@
|
||||
<h3>维修统计</h3>
|
||||
</el-row>
|
||||
<el-row type="flex" class="content_wraper">
|
||||
<el-col :span="8">
|
||||
<el-col :span="6">
|
||||
<div ref="echartContainer3" class="echarts"></div>
|
||||
</el-col>
|
||||
<el-col :span="8" style="margin-left: 10px;margin-right: 10px;">
|
||||
<div ref="echartContainer4" class="echarts"></div>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-col :span="10">
|
||||
<div ref="echartContainer5" class="echarts"></div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -632,7 +632,7 @@
|
||||
top: 30,
|
||||
left: 0,
|
||||
right: 0,
|
||||
bottom: 20,
|
||||
bottom: 0,
|
||||
containLabel: true
|
||||
},
|
||||
legend: {
|
||||
@@ -647,6 +647,7 @@
|
||||
itemGap: 10,
|
||||
itemWidth: 8,
|
||||
itemHeight: 8,
|
||||
data: ['维修单数', '已完成', '未完成'],
|
||||
formatter: (name) => {
|
||||
return name
|
||||
}
|
||||
@@ -664,6 +665,7 @@
|
||||
}
|
||||
},
|
||||
axisLabel: {
|
||||
show: false,
|
||||
interval: 0,
|
||||
color: '#89929e',
|
||||
fontSize: 12,
|
||||
|
||||
Reference in New Issue
Block a user