修改冀北现场问题

This commit is contained in:
GGJ
2025-12-12 09:26:56 +08:00
parent b36f765d07
commit 46c55d48ec
38 changed files with 1489 additions and 1370 deletions

View File

@@ -45,7 +45,7 @@
<Shishishuju v-if="activeName == '7'" />
</el-tab-pane>
<el-tab-pane label="统计报表" name="8" lazy v-if="!isReload && VITE_FLAG">
<StatisticalReport v-if="activeName == '8'" />
<StatisticalReport v-if="activeName == '8'" />
</el-tab-pane>
</el-tabs>
<!-- <div
@@ -83,7 +83,7 @@ defineOptions({
const monitoringPoint = useMonitoringPoint()
const pointTree = ref()
const size = ref(0)
const size = ref(23)
const isReload = ref(false)
const height = mainHeight(40)
const activeName = ref('2')