zhouwenxuan
2023-08-09 bdf6e17accbaee3d4bf4d8898206ea3ee3655c3a
新增页面
9 files added
135 ■■■■■ changed files
src/views/basicDataManage/areaManage/index.vue 15 ●●●●● patch | view | raw | blame | history
src/views/basicDataManage/gasManage/index.vue 15 ●●●●● patch | view | raw | blame | history
src/views/monitorData/daily/index.vue 15 ●●●●● patch | view | raw | blame | history
src/views/monitorData/fluxData/index.vue 15 ●●●●● patch | view | raw | blame | history
src/views/monitorData/gasData/index.vue 15 ●●●●● patch | view | raw | blame | history
src/views/monitorData/weatherData/index.vue 15 ●●●●● patch | view | raw | blame | history
src/views/warningManage/warningInfo/index.vue 15 ●●●●● patch | view | raw | blame | history
src/views/warningManage/warningPeople/index.vue 15 ●●●●● patch | view | raw | blame | history
src/views/warningManage/warningSet/index.vue 15 ●●●●● patch | view | raw | blame | history
src/views/basicDataManage/areaManage/index.vue
New file
@@ -0,0 +1,15 @@
<template>
  <div>
    区域管理
  </div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>
src/views/basicDataManage/gasManage/index.vue
New file
@@ -0,0 +1,15 @@
<template>
  <div>
    气体管理
  </div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>
src/views/monitorData/daily/index.vue
New file
@@ -0,0 +1,15 @@
<template>
  <div>
    日报
  </div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>
src/views/monitorData/fluxData/index.vue
New file
@@ -0,0 +1,15 @@
<template>
  <div>
    通量
  </div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>
src/views/monitorData/gasData/index.vue
New file
@@ -0,0 +1,15 @@
<template>
  <div>
    气体
  </div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>
src/views/monitorData/weatherData/index.vue
New file
@@ -0,0 +1,15 @@
<template>
  <div>
    气象
  </div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>
src/views/warningManage/warningInfo/index.vue
New file
@@ -0,0 +1,15 @@
<template>
  <div>
    预警信息
  </div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>
src/views/warningManage/warningPeople/index.vue
New file
@@ -0,0 +1,15 @@
<template>
  <div>
    预警通知
  </div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>
src/views/warningManage/warningSet/index.vue
New file
@@ -0,0 +1,15 @@
<template>
  <div>
    预警设置
  </div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>