告警数据统计

This commit is contained in:
仲么了
2024-03-01 15:11:16 +08:00
parent df68b7bcd2
commit cc515b627e
5 changed files with 444 additions and 155 deletions

View File

@@ -39,12 +39,12 @@
<Shishishuju />
</el-tab-pane>
</el-tabs>
<div
<!-- <div
class="monitoring-point"
v-if="!monitoringPoint.state.showCheckBox && monitoringPoint.state.lineName"
>
当前位置{{ monitoringPoint.state.lineName }}
</div>
</div> -->
</div>
</pane>
</splitpanes>
@@ -75,7 +75,7 @@ const pointTree = ref()
const size = ref(0)
const isReload = ref(false)
const height = mainHeight(40)
const activeName = ref('4')
const activeName = ref('5')
onMounted(() => {
const dom = document.getElementById('navigation-splitpanes')
if (dom) {