连线时间: {{ formatTimestamp(record.logintime) }} —— {{ formatTimestamp(record.endtime) }}
在线时长: {{ record.onlinetime }}秒
活动飞行: {{ record.party_id===0?'❌':'✔' }}
完成活动: {{ record.iscount===0?'❌':'✔' }}
飞行数据详情:
航班起止: {{ flight.flight_start }} —— {{ flight.flight_end }}
起降机场: {{ flight.from_icao || '未知' }} → {{ flight.to_icao || '未知' }}
飞行距离: {{ flight.distance || 0 }}
航空器: {{ flight.aircraft || '未填写' }}
暂无飞行记录
我的飞行日记
{{ editingDiary ? '编辑日记' : '新建日记' }}
{{ diary.title }}
关联飞行: {{ getFlightRecordInfo(diary.record_id) }}
未关联特定飞行
{{ diary.created_at }}
评论 ({{ diary.comments.length }})
{{ comment.content }}