| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2023-03-13 14:54:26 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-03-13 15:00:55 |
| | | * @FilePath: \forest-fire\src\views\statistics\components\box\dataContent.vue |
| | | * @LastEditTime: 2024-11-01 09:54:15 |
| | | * @FilePath: \bigScreen\src\views\survey\components\box\fireSource.vue |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. |
| | | --> |
| | | <script setup> |
| | | // import publicContent from './publicContent.vue' |
| | | |
| | | import { getDetail } from '../../../../api/indParkInfo' |
| | | import publicContent from './publicContent.vue' |
| | | const { VITE_APP_BASE } = import.meta.env |
| | | import { getDetail } from '@/api/indParkInfo' |
| | | |
| | | import { ref, reactive } from 'vue' |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <!-- <public-content> |
| | | <template #content> --> |
| | | <public-content> |
| | | <template #content> |
| | | <div class="box-content-box"> |
| | | <div class="box-content"> |
| | | <div> |
| | |
| | | |
| | | <div class="container"> |
| | | <div class="box-content-sj"> |
| | | <img src="../../../../../public/images/雨量站@2x.png" alt=""> |
| | | <img :src="VITE_APP_BASE + 'images/雨量站@2x.png'" alt=""> |
| | | <div> |
| | | <div class="box-content-ss"> |
| | | <div> |
| | |
| | | </div> |
| | | |
| | | <div class="box-content-sj"> |
| | | <img src="../../../../../public/images/雨量站@2x.png" alt=""> |
| | | <img :src="VITE_APP_BASE + 'images/雨量站@2x.png'" alt=""> |
| | | <div> |
| | | <div class="box-content-ss"> |
| | | <div> |
| | |
| | | |
| | | |
| | | </div> |
| | | <!-- </template> |
| | | </public-content> --> |
| | | </template> |
| | | </public-content> |
| | | </template> |
| | | |
| | | <style lang="scss" scoped> |