diff --git a/src/views/demo/workmanagement/flightoperation/index.ts b/src/views/demo/workmanagement/flightoperation/index.ts new file mode 100644 index 0000000..5d02344 --- /dev/null +++ b/src/views/demo/workmanagement/flightoperation/index.ts @@ -0,0 +1,5 @@ +export { default as SelectComponent } from './src/SelectComponent.vue'; +export { default as AirportInformation } from './src/AirportInformation.vue'; +export { default as UAVInformation } from './src/UAVInformation.vue'; +export { default as AirportLive } from './src/AirportLive.vue'; +export { default as LivePreview } from './src/LivePreview.vue'; diff --git a/src/views/demo/workmanagement/flightoperation/index.vue b/src/views/demo/workmanagement/flightoperation/index.vue index cbf7cba..1b69a53 100644 --- a/src/views/demo/workmanagement/flightoperation/index.vue +++ b/src/views/demo/workmanagement/flightoperation/index.vue @@ -1,5 +1,81 @@ - 飞行作业 + + + + + + + + + + + - - + + diff --git a/src/views/demo/workmanagement/flightoperation/src/AirportInformation.vue b/src/views/demo/workmanagement/flightoperation/src/AirportInformation.vue new file mode 100644 index 0000000..40d551a --- /dev/null +++ b/src/views/demo/workmanagement/flightoperation/src/AirportInformation.vue @@ -0,0 +1,111 @@ + + + 机场信息:设备空闲中 + + + 2025-06-27 00:00:00 + 机场摄像头未开 + + + + + 2.6m/s + + + + + 35.3℃ + + + + + + 2.6m/s + + + + + 35.3℃ + + + + + + 2.6m/s + + + + + 35.3℃ + + + + + + 2.6m/s + + + + 机场直播 + 远程调试 + + + + + + diff --git a/src/views/demo/workmanagement/flightoperation/src/AirportLive.vue b/src/views/demo/workmanagement/flightoperation/src/AirportLive.vue new file mode 100644 index 0000000..8d7dddc --- /dev/null +++ b/src/views/demo/workmanagement/flightoperation/src/AirportLive.vue @@ -0,0 +1,57 @@ + + + + 机场直播 + + + + + + + + + + + + diff --git a/src/views/demo/workmanagement/flightoperation/src/LivePreview.vue b/src/views/demo/workmanagement/flightoperation/src/LivePreview.vue new file mode 100644 index 0000000..d275b24 --- /dev/null +++ b/src/views/demo/workmanagement/flightoperation/src/LivePreview.vue @@ -0,0 +1,134 @@ + + + + + + 相机: + + + + 分辨率: + + + + + + + + + + + + 广角 + + + + diff --git a/src/views/demo/workmanagement/flightoperation/src/SelectComponent.vue b/src/views/demo/workmanagement/flightoperation/src/SelectComponent.vue new file mode 100644 index 0000000..7d8fcbd --- /dev/null +++ b/src/views/demo/workmanagement/flightoperation/src/SelectComponent.vue @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/views/demo/workmanagement/flightoperation/src/UAVInformation.vue b/src/views/demo/workmanagement/flightoperation/src/UAVInformation.vue new file mode 100644 index 0000000..521b7b2 --- /dev/null +++ b/src/views/demo/workmanagement/flightoperation/src/UAVInformation.vue @@ -0,0 +1,173 @@ + + + 无人机信息:未连接 + + + 2025-06-27 00:00:00 + 临近或已接近夜晚 + + + + + 2.6m/s + + + + + 35.3℃ + + + + + + 2.6m/s + + + + + 35.3℃ + + + + + + 2.6m/s + + + + + 35.3℃ + + + + + + 2.6m/s + + + + + 35.3℃ + + + + 飞行器夜航灯 + + + + + + + 备降转移高度 + + + + + + 限高 + + + + + + + 限远 + + + + + + + 避障 + + + + + + + 飞行控制 + 负载控制 + + + 负载直播 + + + + + +