From 1d79d97a675194ab5cd6b7273829edefc095a648 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 17 Jul 2025 13:35:08 +0800
Subject: [PATCH] feat:工作台优化
---
src/views/wel/components/flightStatistics.vue | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/views/wel/components/flightStatistics.vue b/src/views/wel/components/flightStatistics.vue
index e257054..468ec4f 100644
--- a/src/views/wel/components/flightStatistics.vue
+++ b/src/views/wel/components/flightStatistics.vue
@@ -116,8 +116,6 @@
} else {
flyparams.value.date_enum = 'YEAR';
}
- console.log('ttt', flyparams.value);
-
getFlyList();
getFlyTimeList();
};
@@ -140,8 +138,6 @@
hasDuration = true;
break;
case '飞行里程':
- // 转换为万公 (假设原始单位是米)
- // flight_distance.push((parseFloat(item.value) / 10 || 0));
flight_distance.push(parseFloat(item.value) || 0);
hasDistance = true;
break;
@@ -233,7 +229,7 @@
},
},
splitLine: {
- show: true,
+ show: false,
lineStyle: {
type: 'dashed',
color: '#cdd5e2',
@@ -241,6 +237,7 @@
opacity: 0.5,
},
},
+
axisLabel: {
color: '#383838', // 直接配置颜色
},
@@ -298,7 +295,7 @@
padding: 4px 14px 0 15px;
background: #ffffff !important;
margin-top: 5px;
- height: 100%;
+ height: pxToVh(400);
.fytitle {
display: flex;
--
Gitblit v1.9.3