From c34b9666faf6e87e38968bee6450715c6a427041 Mon Sep 17 00:00:00 2001 From: sd <1504629600@qq.com> Date: Mon, 19 Jan 2026 17:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/childRoom/LeftMenu.vue | 139 ++++++ ruoyi-ui/src/views/childRoom/RightPanel.vue | 723 ++++++++++++++++++++++++++++ 2 files changed, 862 insertions(+) create mode 100644 ruoyi-ui/src/views/childRoom/LeftMenu.vue create mode 100644 ruoyi-ui/src/views/childRoom/RightPanel.vue diff --git a/ruoyi-ui/src/views/childRoom/LeftMenu.vue b/ruoyi-ui/src/views/childRoom/LeftMenu.vue new file mode 100644 index 0000000..0611f6c --- /dev/null +++ b/ruoyi-ui/src/views/childRoom/LeftMenu.vue @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + diff --git a/ruoyi-ui/src/views/childRoom/RightPanel.vue b/ruoyi-ui/src/views/childRoom/RightPanel.vue new file mode 100644 index 0000000..87c5423 --- /dev/null +++ b/ruoyi-ui/src/views/childRoom/RightPanel.vue @@ -0,0 +1,723 @@ + + + + + + + + + + + + + 航线列表 + + + + + {{ route.name }} + {{ route.points }}个航点 + + + 冲突 + + + + + + + + + + 航点列表 + + + + + {{ point.name }} + 高度: {{ point.altitude }}m | 速度: {{ point.speed }} + + + + + + + + + + + + 添加航点 + + + 取消 + + + + + + + + + + + {{ conflict.title }} + 严重 + + + + 涉及航线: + {{ conflict.routes.join('、') }} + + + 冲突时间: + {{ conflict.time }} + + + 冲突位置: + {{ conflict.position }} + + + + + 查看详情 + + + 解决冲突 + + + + + + + 暂无冲突 + + 重新检测 + + + + + + + + + + + + + + + + {{ platform.name }} + {{ platform.type }} + + + + + + + + + + + + + + + + {{ platform.name }} + {{ platform.type }} + + + + + + + + + + + + + + + + {{ platform.name }} + {{ platform.type }} + + + + + + + + + + + + + + + + +
暂无冲突