fix: 看板拓扑点击改变资源显示

This commit is contained in:
TsMask
2024-01-25 16:32:15 +08:00
parent a85579f730
commit 31651f8786
4 changed files with 221 additions and 208 deletions

View File

@@ -7,7 +7,7 @@ import CDR from './components/CDR/index.vue';
import AlarnDayLine from './components/AlarnDayLine/index.vue';
import AlarnTypeBar from './components/AlarnTypeBar/index.vue';
import UPFFlow from './components/UPFFlow/index.vue';
import { graphNodeClickID } from './hooks/useTopology';
import { useFullscreen } from '@vueuse/core';
import useAppStore from '@/store/modules/app';
const appStore = useAppStore();
@@ -141,7 +141,8 @@ onMounted(() => {});
<div class="resources panel">
<div class="inner">
<h3>
<DashboardOutlined style="color: #68d8fe" />&nbsp;&nbsp; 资源情况
<DashboardOutlined style="color: #68d8fe" />&nbsp;&nbsp;
资源情况{{ graphNodeClickID }}
</h3>
<div class="chart">
<NeResources />