diff --git a/src/components/device/device-card/components/current-diag/index.ts b/src/components/device/device-card/components/current-diag/index.ts index e83f79b..265d85c 100644 --- a/src/components/device/device-card/components/current-diag/index.ts +++ b/src/components/device/device-card/components/current-diag/index.ts @@ -2,10 +2,22 @@ import DeviceCommonCard from './device-common-card.vue'; import DeviceHardwareCard from './device-hardware-card.vue'; import DeviceHeaderCard from './device-header-card.vue'; import NvrDiskCard from './nvr-disk-card.vue'; +import NvrRecordCheckCard from './nvr-record-check-card.vue'; import SecurityBoxCircuitCard from './security-box-circuit-card.vue'; import SecurityBoxCircuitLinkModal from './security-box-circuit-link-modal.vue'; import SecurityBoxEnvCard from './security-box-env-card.vue'; import SwitchPortCard from './switch-port-card.vue'; import SwitchPortLinkModal from './switch-port-link-modal.vue'; -export { DeviceCommonCard, DeviceHardwareCard, DeviceHeaderCard, NvrDiskCard, SecurityBoxCircuitCard, SecurityBoxCircuitLinkModal, SecurityBoxEnvCard, SwitchPortCard, SwitchPortLinkModal }; +export { + DeviceCommonCard, + DeviceHardwareCard, + DeviceHeaderCard, + NvrDiskCard, + NvrRecordCheckCard, + SecurityBoxCircuitCard, + SecurityBoxCircuitLinkModal, + SecurityBoxEnvCard, + SwitchPortCard, + SwitchPortLinkModal, +}; diff --git a/src/components/device/device-card/components/current-diag/nvr-record-check-card.vue b/src/components/device/device-card/components/current-diag/nvr-record-check-card.vue new file mode 100644 index 0000000..81a6e12 --- /dev/null +++ b/src/components/device/device-card/components/current-diag/nvr-record-check-card.vue @@ -0,0 +1,646 @@ + + + + + + + diff --git a/src/components/device/device-card/ndm-nvr/nvr-current-diag.vue b/src/components/device/device-card/ndm-nvr/nvr-current-diag.vue index a380945..59b46fc 100644 --- a/src/components/device/device-card/ndm-nvr/nvr-current-diag.vue +++ b/src/components/device/device-card/ndm-nvr/nvr-current-diag.vue @@ -1,6 +1,7 @@