applications/drone-command/src/views/recordManage/historyTracks/index.vue
@@ -66,7 +66,7 @@ {{ formatStayDuration(row.stayDuration) }} </template> </el-table-column> <el-table-column label="操作" class-name="operation-btns"> <el-table-column label="操作" class-name="operation-btns" fixed="right"> <template v-slot="{ row }"> <el-link @click="handleView(row)">历史轨迹</el-link> </template>