From c339bc3adf3ca72407cc55a31479f4290f3f9561 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 17 Sep 2025 18:19:04 +0800
Subject: [PATCH] feat:增加任务名称

---
 src/views/flightLog/flightLog.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/flightLog/flightLog.vue b/src/views/flightLog/flightLog.vue
index c282594..2059c31 100644
--- a/src/views/flightLog/flightLog.vue
+++ b/src/views/flightLog/flightLog.vue
@@ -36,6 +36,7 @@
         <el-tab-pane label="我的收藏" name="收藏"></el-tab-pane>
 			<el-table border :data="tableList" class="custom-header">
 				<el-table-column label="序号" type="index" width="60"></el-table-column>
+        <el-table-column prop="job_name" label="任务名称" align="center" show-overflow-tooltip></el-table-column>
         <el-table-column prop="title" label="飞行类型" align="center" show-overflow-tooltip></el-table-column>
         <el-table-column prop="device_name" label="无人机" align="center"></el-table-column>
         <el-table-column prop="start_time" label="开始时间" align="center">

--
Gitblit v1.9.3