无人机管理后台前端(已迁走)
chenyao
2025-12-10 e0ad8a1a727489f017abfa6a3702e4cbf3fe0433
feat:更新历史任务详情功能
3 files modified
6 ■■■■ changed files
src/components/DeviceJobDetails/HistoryDronePopup.vue 2 ●●● patch | view | raw | blame | history
src/views/job/components/DeviceJobDetails.vue 2 ●●● patch | view | raw | blame | history
src/views/job/components/JobRelatedEvents.vue 2 ●●● patch | view | raw | blame | history
src/components/DeviceJobDetails/HistoryDronePopup.vue
@@ -143,7 +143,7 @@
    backdrop-filter: blur(4px);
    .container {
        padding: 6px;
        //padding: 6px;
        display: flex;
        flex-direction: column;
        position: absolute;
src/views/job/components/DeviceJobDetails.vue
@@ -509,7 +509,7 @@
        color: #303133;
        line-height: 20px;
        text-align: left;
        margin-bottom: 8px;
        margin-top: 4px;
      }
      .btn {
src/views/job/components/JobRelatedEvents.vue
@@ -6,7 +6,7 @@
        关联事件<span>{{ total }}</span>件
      </div>
      <div class="exportBtn" v-if="props.isShowExportTheTask">
        <el-button class="playback-video-btn" type="primary" @click="exportTheTask" size="small">导出报表</el-button>
        <el-button class="playback-video-btn" type="primary" @click="exportTheTask" size="small">导出报告</el-button>
      </div>
      </div>
    <div class="search">