|
@@ -11,8 +11,9 @@
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
- <jt-popup2 title="环境变化" >
|
|
|
- <disaster></disaster>
|
|
|
+ <jt-popup2 title="气象监测" >
|
|
|
+ <WeatherWatch></WeatherWatch>
|
|
|
+
|
|
|
</jt-popup2>
|
|
|
|
|
|
<jt-popup2 title="虫情检测预警" top="calc(calc(100% - 115rem) / 3 + 90rem)" >
|
|
@@ -23,8 +24,8 @@
|
|
|
<SeedingMonitor></SeedingMonitor>
|
|
|
</jt-popup2>
|
|
|
|
|
|
- <jt-popup3 title="气象监测">
|
|
|
- <WeatherWatch></WeatherWatch>
|
|
|
+ <jt-popup3 title="环境变化">
|
|
|
+ <disaster></disaster>
|
|
|
</jt-popup3>
|
|
|
|
|
|
<jt-popup3 title="虫情逐日趋势" top="calc(calc(100% - 115rem) / 3 + 90rem)">
|