This commit is contained in:
2025-10-17 17:41:57 +08:00
parent 4ec7527ea8
commit ab8e91ce32

View File

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