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('设备状态');
-
+