无人机管理后台前端(已迁走)
chenyao
2025-09-17 c339bc3adf3ca72407cc55a31479f4290f3f9561
feat:增加任务名称
1 files modified
1 ■■■■ changed files
src/views/flightLog/flightLog.vue 1 ●●●● patch | view | raw | blame | history
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">