From 849485f5b157d357768875353db4680065837a08 Mon Sep 17 00:00:00 2001 From: yangsy Date: Fri, 10 Oct 2025 14:06:33 +0800 Subject: [PATCH] refactor: rename --- .../{nvr-diag-history-card.vue => nvr-history-diag-card.vue} | 0 src/components/device-page/device-card/nvr-card.vue | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/components/device-page/device-card/history-diag-card/{nvr-diag-history-card.vue => nvr-history-diag-card.vue} (100%) diff --git a/src/components/device-page/device-card/history-diag-card/nvr-diag-history-card.vue b/src/components/device-page/device-card/history-diag-card/nvr-history-diag-card.vue similarity index 100% rename from src/components/device-page/device-card/history-diag-card/nvr-diag-history-card.vue rename to src/components/device-page/device-card/history-diag-card/nvr-history-diag-card.vue diff --git a/src/components/device-page/device-card/nvr-card.vue b/src/components/device-page/device-card/nvr-card.vue index 2c2a17d..0a3c3ed 100644 --- a/src/components/device-page/device-card/nvr-card.vue +++ b/src/components/device-page/device-card/nvr-card.vue @@ -11,7 +11,7 @@ import DeviceCommonCard from './current-diag-card/device-common-card.vue'; import DeviceHardwareCard from './current-diag-card/device-hardware-card.vue'; import NvrDiskCard from './current-diag-card/nvr-disk-card.vue'; import NvrRecordDiagCard from './current-diag-card/nvr-record-diag-card.vue'; -import NvrDiagHistoryCard from './history-diag-card/nvr-diag-history-card.vue'; +import NvrHistoryDiagCard from './history-diag-card/nvr-history-diag-card.vue'; const props = defineProps<{ stationCode: string; @@ -70,7 +70,7 @@ const selectedTab = ref('设备状态'); - +