仪表盘
版本库
文件存储
活动
搜索
登录
main
/
supervision-vue
生态环境监管前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1. 添加显示问题整改的时间; 2. 新增巡查场景数、巡查点次、复查点次的统计; 3. 添加扬尘监测数据统计结果管理(待完成)
riku
2025-04-03
ad208889ad6ca2283a06d7bc440ecd289c535d83
[supervision-vue.git]
/
src
/
views
/
fysp
/
scenereport
/
StorageReport.vue
1
2
3
4
5
6
7
8
9
<template>
<div>StorageReport</div>
</template>
<script>
export default {
name: 'StorageReport',
};
</script>