fix: 看板拓扑网元状态改为ws数据获取

This commit is contained in:
TsMask
2024-01-29 19:56:33 +08:00
parent ed77ffc54b
commit b312e5e9b5
7 changed files with 166 additions and 147 deletions

View File

@@ -1,5 +1,5 @@
import { parseSizeFromBytes } from '@/utils/parse-utils';
import { reactive, ref } from 'vue';
import { ref } from 'vue';
type TFType = {
/**上行 N3 */
@@ -33,6 +33,5 @@ export function upfTFParse(data: Record<string, string>) {
return { up, down };
}
/**UPF-总流量数 选中 */
export const upfTFActive = ref<number>(0);
export const upfTFActive = ref<number>(0);