refactor: move /helper

This commit is contained in:
yangsy
2025-11-27 16:01:50 +08:00
parent d4eade65c4
commit f278a690c6
15 changed files with 110 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { pageSnmpLogApi, type NdmSwitchDiagInfo, type NdmSwitchPortInfo, type NdmSwitchResultVO, type PageParams } from '@/apis';
import { getPortStatusVal, transformPortSpeed } from '@/components';
import { getPortStatusVal, transformPortSpeed } from '@/helper';
import { useMutation } from '@tanstack/vue-query';
import dayjs from 'dayjs';
import destr from 'destr';