From bdf6e17accbaee3d4bf4d8898206ea3ee3655c3a Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期三, 09 八月 2023 11:17:05 +0800 Subject: [PATCH] 新增页面 --- src/views/monitorData/daily/index.vue | 15 +++++ src/views/warningManage/warningPeople/index.vue | 15 +++++ src/views/basicDataManage/areaManage/index.vue | 15 +++++ src/views/monitorData/gasData/index.vue | 15 +++++ src/views/monitorData/fluxData/index.vue | 15 +++++ src/views/warningManage/warningInfo/index.vue | 15 +++++ src/views/monitorData/weatherData/index.vue | 15 +++++ src/views/warningManage/warningSet/index.vue | 15 +++++ src/views/basicDataManage/gasManage/index.vue | 15 +++++ 9 files changed, 135 insertions(+), 0 deletions(-) diff --git a/src/views/basicDataManage/areaManage/index.vue b/src/views/basicDataManage/areaManage/index.vue new file mode 100644 index 0000000..70059fa --- /dev/null +++ b/src/views/basicDataManage/areaManage/index.vue @@ -0,0 +1,15 @@ +<template> + <div> + 区域管理 + </div> +</template> + +<script setup lang="ts"> + +</script> + + + +<style scoped lang="scss"> + +</style> \ No newline at end of file diff --git a/src/views/basicDataManage/gasManage/index.vue b/src/views/basicDataManage/gasManage/index.vue new file mode 100644 index 0000000..9f8b0ea --- /dev/null +++ b/src/views/basicDataManage/gasManage/index.vue @@ -0,0 +1,15 @@ +<template> + <div> + 气体管理 + </div> +</template> + +<script setup lang="ts"> + +</script> + + + +<style scoped lang="scss"> + +</style> \ No newline at end of file diff --git a/src/views/monitorData/daily/index.vue b/src/views/monitorData/daily/index.vue new file mode 100644 index 0000000..cbaf186 --- /dev/null +++ b/src/views/monitorData/daily/index.vue @@ -0,0 +1,15 @@ +<template> + <div> + 日报 + </div> +</template> + +<script setup lang="ts"> + +</script> + + + +<style scoped lang="scss"> + +</style> \ No newline at end of file diff --git a/src/views/monitorData/fluxData/index.vue b/src/views/monitorData/fluxData/index.vue new file mode 100644 index 0000000..a799641 --- /dev/null +++ b/src/views/monitorData/fluxData/index.vue @@ -0,0 +1,15 @@ +<template> + <div> + 通量 + </div> +</template> + +<script setup lang="ts"> + +</script> + + + +<style scoped lang="scss"> + +</style> \ No newline at end of file diff --git a/src/views/monitorData/gasData/index.vue b/src/views/monitorData/gasData/index.vue new file mode 100644 index 0000000..8c70490 --- /dev/null +++ b/src/views/monitorData/gasData/index.vue @@ -0,0 +1,15 @@ +<template> + <div> + 气体 + </div> +</template> + +<script setup lang="ts"> + +</script> + + + +<style scoped lang="scss"> + +</style> \ No newline at end of file diff --git a/src/views/monitorData/weatherData/index.vue b/src/views/monitorData/weatherData/index.vue new file mode 100644 index 0000000..8e532f5 --- /dev/null +++ b/src/views/monitorData/weatherData/index.vue @@ -0,0 +1,15 @@ +<template> + <div> + 气象 + </div> +</template> + +<script setup lang="ts"> + +</script> + + + +<style scoped lang="scss"> + +</style> \ No newline at end of file diff --git a/src/views/warningManage/warningInfo/index.vue b/src/views/warningManage/warningInfo/index.vue new file mode 100644 index 0000000..086f67f --- /dev/null +++ b/src/views/warningManage/warningInfo/index.vue @@ -0,0 +1,15 @@ +<template> + <div> + 预警信息 + </div> +</template> + +<script setup lang="ts"> + +</script> + + + +<style scoped lang="scss"> + +</style> \ No newline at end of file diff --git a/src/views/warningManage/warningPeople/index.vue b/src/views/warningManage/warningPeople/index.vue new file mode 100644 index 0000000..c1d2ba9 --- /dev/null +++ b/src/views/warningManage/warningPeople/index.vue @@ -0,0 +1,15 @@ +<template> + <div> + 预警通知 + </div> +</template> + +<script setup lang="ts"> + +</script> + + + +<style scoped lang="scss"> + +</style> \ No newline at end of file diff --git a/src/views/warningManage/warningSet/index.vue b/src/views/warningManage/warningSet/index.vue new file mode 100644 index 0000000..d98ff85 --- /dev/null +++ b/src/views/warningManage/warningSet/index.vue @@ -0,0 +1,15 @@ +<template> + <div> + 预警设置 + </div> +</template> + +<script setup lang="ts"> + +</script> + + + +<style scoped lang="scss"> + +</style> \ No newline at end of file -- Gitblit v1.9.2