src/views/basicDataManage/areaManage/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/basicDataManage/gasManage/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/monitorData/daily/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/monitorData/fluxData/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/monitorData/gasData/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/monitorData/weatherData/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/warningManage/warningInfo/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/warningManage/warningPeople/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/warningManage/warningSet/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/basicDataManage/areaManage/index.vue
对比新文件 @@ -0,0 +1,15 @@ <template> <div> 区域管理 </div> </template> <script setup lang="ts"> </script> <style scoped lang="scss"> </style> src/views/basicDataManage/gasManage/index.vue
对比新文件 @@ -0,0 +1,15 @@ <template> <div> 气体管理 </div> </template> <script setup lang="ts"> </script> <style scoped lang="scss"> </style> src/views/monitorData/daily/index.vue
对比新文件 @@ -0,0 +1,15 @@ <template> <div> 日报 </div> </template> <script setup lang="ts"> </script> <style scoped lang="scss"> </style> src/views/monitorData/fluxData/index.vue
对比新文件 @@ -0,0 +1,15 @@ <template> <div> 通量 </div> </template> <script setup lang="ts"> </script> <style scoped lang="scss"> </style> src/views/monitorData/gasData/index.vue
对比新文件 @@ -0,0 +1,15 @@ <template> <div> 气体 </div> </template> <script setup lang="ts"> </script> <style scoped lang="scss"> </style> src/views/monitorData/weatherData/index.vue
对比新文件 @@ -0,0 +1,15 @@ <template> <div> 气象 </div> </template> <script setup lang="ts"> </script> <style scoped lang="scss"> </style> src/views/warningManage/warningInfo/index.vue
对比新文件 @@ -0,0 +1,15 @@ <template> <div> 预警信息 </div> </template> <script setup lang="ts"> </script> <style scoped lang="scss"> </style> src/views/warningManage/warningPeople/index.vue
对比新文件 @@ -0,0 +1,15 @@ <template> <div> 预警通知 </div> </template> <script setup lang="ts"> </script> <style scoped lang="scss"> </style> src/views/warningManage/warningSet/index.vue
对比新文件 @@ -0,0 +1,15 @@ <template> <div> 预警设置 </div> </template> <script setup lang="ts"> </script> <style scoped lang="scss"> </style>