无人机管理后台前端(已迁走)
罗广辉
2025-08-25 278df3748a9308f57cf88ad07e5eb6c601d5284c
Merge branch 'feature/v5.0/5.0.4' into test
3 files modified
16 ■■■■■ changed files
src/components/map-container/mapContainer.vue 10 ●●●● patch | view | raw | blame | history
src/views/dataCenter/dataCenter.vue 4 ●●● patch | view | raw | blame | history
src/views/device/airport.vue 2 ●●●●● patch | view | raw | blame | history
src/components/map-container/mapContainer.vue
@@ -4,9 +4,9 @@
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2025-04-28 11:34:40
 * @FilePath: \drone-web-manage\src\components\map-container\mapContainer.vue
 * @Description:
 *
 * Copyright (c) 2024 by shuishen, All Rights Reserved.
 * @Description:
 *
 * Copyright (c) 2024 by shuishen, All Rights Reserved.
-->
<template>
    <div class="map-container">
@@ -105,7 +105,7 @@
    // 定位到点位
    const points = [[lng, lat]]  // 确保格式为二维数组
    flyVisual(points, viewer, 4)
    flyVisual({ positionsData:points, viewer })
}
/**
@@ -160,4 +160,4 @@
    width: 100%;
    height: 100%;
}
</style>
</style>
src/views/dataCenter/dataCenter.vue
@@ -18,6 +18,7 @@
      <!-- 文件夹 -->
      <div v-if="switchFolders" class="dataTable">
            <el-table
         class="custom-header custom-body"
          v-loading="loadings"
          element-loading-text=""
@@ -34,7 +35,7 @@
              }}
            </template>
          </el-table-column>
          <el-table-column property="name" label="任务名称" show-overflow-tooltip />
          <el-table-column property="recordName" label="任务名称" show-overflow-tooltip />
           <el-table-column property="regionName" label="所属区域">
             <template #default="scope">
              <span>{{scope.row.city_name ? scope.row.city_name :'--'}},{{scope.row.area_name ? scope.row.area_name :'--'}}</span>
@@ -57,6 +58,7 @@
      <!-- 表格部分 -->
      <div class="dataTable" v-else>
        <el-table   
        border
          v-loading="loadings"
          element-loading-text=""
          :data="tableData"
src/views/device/airport.vue
@@ -1149,6 +1149,8 @@
  display: flex;
  flex-direction: column;
  align-items: center;
  .el-tag:first-child{
  margin-bottom: 5px;}
}
.onlineStatus {