diff --git a/base-vue/src/views/common/home.vue b/base-vue/src/views/common/home.vue
index 0a7d554..e3263b0 100644
--- a/base-vue/src/views/common/home.vue
+++ b/base-vue/src/views/common/home.vue
@@ -33,13 +33,13 @@
维修统计
-
+
-
+
@@ -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,