diff --git a/src/views/kanban/dailyoutput/index.vue b/src/views/kanban/dailyoutput/index.vue index 0fde936..74e93b2 100644 --- a/src/views/kanban/dailyoutput/index.vue +++ b/src/views/kanban/dailyoutput/index.vue @@ -307,7 +307,7 @@ export default { }, xAxis: { name: "辆", - // max: total, + max: '100', splitLine: { show: false, }, @@ -540,7 +540,7 @@ export default { }, xAxis: { name: "辆", - // max: total, + max: 50, splitLine: { show: false, }, @@ -733,7 +733,7 @@ export default { }, xAxis: { name: "辆", - // max: total, + max: 150, splitLine: { show: false, }, @@ -927,7 +927,7 @@ export default { }, xAxis: { name: "辆", - // max: total, + max: 30, splitLine: { show: false, }, @@ -1363,4 +1363,4 @@ export default { background-color: #325e82; border-color: #0a0f19; } - \ No newline at end of file +