diff --git a/04.系统编码/Frontend/public/images/next-btn.png b/04.系统编码/Frontend/public/images/next-btn.png
new file mode 100644
index 0000000..c56b69b
Binary files /dev/null and b/04.系统编码/Frontend/public/images/next-btn.png differ
diff --git a/04.系统编码/Frontend/public/images/picture.png b/04.系统编码/Frontend/public/images/picture.png
new file mode 100644
index 0000000..29ac1da
Binary files /dev/null and b/04.系统编码/Frontend/public/images/picture.png differ
diff --git a/04.系统编码/Frontend/public/images/prev-btn.png b/04.系统编码/Frontend/public/images/prev-btn.png
new file mode 100644
index 0000000..80ac782
Binary files /dev/null and b/04.系统编码/Frontend/public/images/prev-btn.png differ
diff --git a/04.系统编码/Frontend/public/images/save.png b/04.系统编码/Frontend/public/images/save.png
new file mode 100644
index 0000000..983d2cc
Binary files /dev/null and b/04.系统编码/Frontend/public/images/save.png differ
diff --git a/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue b/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue
index 127dd2c..a04d047 100644
--- a/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue
+++ b/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue
@@ -4,9 +4,9 @@
垂直廓线
-
- 对流指数对流指数对流指数
-

+
+ 对流指数
+
T-logP图
@@ -29,20 +29,27 @@
溧水
-
+
+

+

+

+
2021.11.21 10:42 Temperature
+
+
+
+
+
@@ -84,6 +106,7 @@
currentTab: '垂直廓线',
currentRegion: '江宁',
currentElement: '温度',
+ currentCategory: 'CAPE',
date: new Date(),
currentHour: '10',
hours: [{
@@ -94,7 +117,8 @@
label: '11'
}],
times: [],
- currentTime: null
+ currentTime: null,
+ srcList: ['/images/picture.png']
})
onMounted(() => {
@@ -109,8 +133,12 @@
options.currentRegion = region;
}
- const onElementClick = (region) => {
- options.currentElement = region;
+ const onElementClick = (element) => {
+ options.currentElement = element;
+ }
+
+ const onCategoryClick = (category) => {
+ options.currentCategory = category;
}
const initTimes = () => {
@@ -145,6 +173,7 @@
onTabClick,
onRegionClick,
onElementClick,
+ onCategoryClick,
onTimeClick
}
}
diff --git a/04.系统编码/Frontend/src/components/RamanLidar.vue b/04.系统编码/Frontend/src/components/RamanLidar.vue
index e69de29..0a46048 100644
--- a/04.系统编码/Frontend/src/components/RamanLidar.vue
+++ b/04.系统编码/Frontend/src/components/RamanLidar.vue
@@ -0,0 +1,184 @@
+
+
+
+ 垂直廓线
+

+
+
+ 对流指数
+

+
+
+ T-logP图
+

+
+
+ BP反演产品
+

+
+
+
+
+
+
+
+

+

+

+
2021.11.21 10:42 Temperature
+
+
+
+
+
+
+
+
+
+
+
diff --git a/04.系统编码/Frontend/src/components/Shared/Header.vue b/04.系统编码/Frontend/src/components/Shared/Header.vue
index 596eecc..0003d26 100644
--- a/04.系统编码/Frontend/src/components/Shared/Header.vue
+++ b/04.系统编码/Frontend/src/components/Shared/Header.vue
@@ -43,37 +43,37 @@