|
|
|
@ -363,7 +363,7 @@ export default { |
|
|
|
{ id: 'file', name: '方案', icon: 'el-icon-folder-opened' }, |
|
|
|
{ id: 'start', name: '冲突', icon: 'el-icon-error' }, |
|
|
|
{ id: 'insert', name: '平台', icon: 'el-icon-s-platform' }, |
|
|
|
{ id: 'pattern', name: '图案', icon: 'el-icon-picture-outline-round' }, |
|
|
|
{ id: 'pattern', name: '空域', icon: 'el-icon-picture-outline-round' }, |
|
|
|
{ id: 'deduction', name: '推演', icon: 'el-icon-video-play' }, |
|
|
|
{ id: 'modify', name: '修改', icon: 'el-icon-edit-outline' }, |
|
|
|
{ id: 'refresh', name: '刷新', icon: 'el-icon-refresh' }, |
|
|
|
@ -556,7 +556,7 @@ export default { |
|
|
|
console.error("查找失败!账本内IDs:", waypointsList.map(w => w.id)); |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// 处理从地图点击传来的航线编辑请求 |
|
|
|
async handleOpenRouteEdit(routeId) { |
|
|
|
console.log(`>>> [父组件接收] 航线 ID: ${routeId}`); |
|
|
|
@ -583,7 +583,7 @@ export default { |
|
|
|
console.error('获取航线数据失败:', error); |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// 显示在线成员弹窗 |
|
|
|
showOnlineMembersDialog() { |
|
|
|
this.showOnlineMembers = true; |
|
|
|
|