1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <script setup>
- import FacilityInfor from './components/FacilityInfor.vue'
- import MoniInfor from './components/MoniInfor.vue'
- </script>
- <template>
- <jt-popup2 title="土壤墒情监测" ref="FacilityInfor">
- <!-- <FacilityInfor></FacilityInfor> -->
- <MoniInfor></MoniInfor>
- </jt-popup2>
-
- <jt-popup2 title="" top="calc(calc(100% - 115rem) / 3 + 90rem)" ref="">
-
- </jt-popup2>
-
- <jt-popup2 title="" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" ref="">
-
- </jt-popup2>
-
-
- <!-- <jt-popup3 title="用水量统计" ref="ysltj">
-
- </jt-popup3>
-
- <jt-popup3 title="能耗同比统计" top="calc(calc(100% - 115rem) / 3 + 90rem)" ref="nhtbtj">
-
- </jt-popup3>
-
- <jt-popup3 title="智能监控" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" ref="znjk"> -->
-
-
-
- <jt-popup3 title="" ref="">
-
- </jt-popup3>
-
- <jt-popup3 title="" top="calc(calc(100% - 115rem) / 3 + 90rem)" ref="">
-
- </jt-popup3>
-
- <jt-popup3 title="" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" ref="">
-
- </jt-popup3>
- </template>
- <script>
- </script>
- <style>
- </style>
|