+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/README.md b/packages/screen/src/views/airSkyLand/README.md
new file mode 100644
index 0000000..76c7bf7
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/README.md
@@ -0,0 +1,3 @@
+# 空天地-一体化智能检测-大屏展示
+
+#### 该页面来自于WuRenJi 项目的YLZG页面,对其进行vue化的改造。
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/api/index.js b/packages/screen/src/views/airSkyLand/api/index.js
new file mode 100644
index 0000000..335d439
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/api/index.js
@@ -0,0 +1,7 @@
+import { request } from '@shared/utils/request'
+export function getBaseMapLayer() {
+ return request({
+ url: '/api/v1/DataDirectory/QueryCatalog',
+ method: 'get'
+ })
+}
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/AircraftMonitor/AircraftMonitor.vue b/packages/screen/src/views/airSkyLand/components/AircraftMonitor/AircraftMonitor.vue
new file mode 100644
index 0000000..2954353
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/AircraftMonitor/AircraftMonitor.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/AircraftMonitor/KeyInspection.vue b/packages/screen/src/views/airSkyLand/components/AircraftMonitor/KeyInspection.vue
new file mode 100644
index 0000000..6047031
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/AircraftMonitor/KeyInspection.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
关键点经常性检查
+
巡查月份: {{ date }}
+
+
+
+
+
+
+
+
+
+
{{ data[item.name] }}
+
{{ item['label'] }}
+
+
+
+
+
+
+
+
{{ data[item.name] }}
+
{{ item['label'] }}
+
+
+
+
+
+
+
{{ data[item.name] }}
+
{{ item['label'] }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/AircraftMonitor/QuickInspection.vue b/packages/screen/src/views/airSkyLand/components/AircraftMonitor/QuickInspection.vue
new file mode 100644
index 0000000..4a43fc6
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/AircraftMonitor/QuickInspection.vue
@@ -0,0 +1,79 @@
+
+
+
+
+
每日快速巡检
+
巡检日期: {{ date }}
+
+
+
+
+
+
+
+
+
+
{{ data[item.name] }}
+
{{ item['label'] }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/CommonMonitor/CommonMonitor.vue b/packages/screen/src/views/airSkyLand/components/CommonMonitor/CommonMonitor.vue
new file mode 100644
index 0000000..542a6c9
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/CommonMonitor/CommonMonitor.vue
@@ -0,0 +1,28 @@
+
+
+
+
日常巡检
+
+
+
+
+
智能巡查
+
+
+
+
智能监测
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/CommonMonitor/CountryRoad.vue b/packages/screen/src/views/airSkyLand/components/CommonMonitor/CountryRoad.vue
new file mode 100644
index 0000000..ccb6ef5
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/CommonMonitor/CountryRoad.vue
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
{{ '' }}人
+
{{ '农村公路巡检总人数' }}
+
+
+
+
+
+
+
+
+
{{ data[item.name] }}
+
{{ item['label'] }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/CommonMonitor/SmartInspection.vue b/packages/screen/src/views/airSkyLand/components/CommonMonitor/SmartInspection.vue
new file mode 100644
index 0000000..e0fdbef
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/CommonMonitor/SmartInspection.vue
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
{{ item.label }}
+
+
+
异常数
+
{{ data[item.expection] }}
+
+
+
派单数
+
{{ data[item.dispatch] }}
+
+
+
总数 / 在线数
+
{{ data[item.online] }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/CommonMonitor/SmartMonitor.vue b/packages/screen/src/views/airSkyLand/components/CommonMonitor/SmartMonitor.vue
new file mode 100644
index 0000000..ebcf94e
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/CommonMonitor/SmartMonitor.vue
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
{{ item.label }}
+
+
+ {{ data[item.count] }}
+
+
+
预警数
+
{{ data[item.alert] }}
+
+
+
派单数
+
{{ data[item.dispatch] }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/CommonMonitor/StateRoad.vue b/packages/screen/src/views/airSkyLand/components/CommonMonitor/StateRoad.vue
new file mode 100644
index 0000000..cfd1989
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/CommonMonitor/StateRoad.vue
@@ -0,0 +1,82 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/LegendToolbar.vue b/packages/screen/src/views/airSkyLand/components/LegendToolbar.vue
new file mode 100644
index 0000000..539229a
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/LegendToolbar.vue
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/MapCenter/MapCenter.vue b/packages/screen/src/views/airSkyLand/components/MapCenter/MapCenter.vue
new file mode 100644
index 0000000..a3defd8
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/MapCenter/MapCenter.vue
@@ -0,0 +1,208 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/screen/src/views/airSkyLand/components/SectionTitle/SectionTitle.vue b/packages/screen/src/views/airSkyLand/components/SectionTitle/SectionTitle.vue
new file mode 100644
index 0000000..ab8ff88
--- /dev/null
+++ b/packages/screen/src/views/airSkyLand/components/SectionTitle/SectionTitle.vue
@@ -0,0 +1,35 @@
+
+