From 74f276af46a56a25ff2a21415f9be56160f4568f Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 10 Oct 2025 14:39:35 +0800
Subject: [PATCH] feat:更新飞行日志功能

---
 src/views/tickets/orderLog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index fea6da2..0b87bb0 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -1286,7 +1286,7 @@
           let result = _.round((maxItem.drone_height + this.form.rth_altitude), 2)
 
           if (this.lastHeight > result) {
-            this.$confirm(`安全返航真高${result}米低于航线返航点高度${this.lastHeight}米,为确保返航路径安全,建议您进行调整后再发布`, '提示', {
+            this.$confirm(`安全返航高度${result}米低于航线返航点高度${this.lastHeight}米为确保返航路径安全,建议您进行调整后再发布`, '提示', {
               confirmButtonText: '确定',
               cancelButtonText: '取消',
               type: 'warning'

--
Gitblit v1.9.3