1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| <!--
| * @Author: hqs elkers@163.com
| * @Date: 2024-08-13 16:21:38
| * @LastEditors: hqs elkers@163.com
| * @LastEditTime: 2024-08-13 19:00:41
| * @FilePath: \water-qinghe-web\src\views\report\historyData\index.vue
| * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
| -->
| <template>
| <div>
| 历史数据
| </div>
| </template>
|
| <script setup>
|
| </script>
|
| <style lang="scss" scoped>
|
| </style>
|
|