refactor(nvr-record-diag-card): remove some statistic

This commit is contained in:
yangsy
2025-11-06 13:59:07 +08:00
parent 0280726d59
commit 511f0050c2

View File

@@ -209,7 +209,7 @@ const onClickExportRecordCheck = () => {
</template> </template>
<NFlex vertical :size="16"> <NFlex vertical :size="16">
<!-- 统计信息 --> <!-- 统计信息 -->
<NGrid :cols="4" :x-gap="12"> <NGrid :cols="2" :x-gap="12">
<NGridItem> <NGridItem>
<NStatistic label="总通道数"> <NStatistic label="总通道数">
<template #default> <template #default>
@@ -224,7 +224,7 @@ const onClickExportRecordCheck = () => {
</template> </template>
</NStatistic> </NStatistic>
</NGridItem> </NGridItem>
<NGridItem> <!-- <NGridItem>
<NStatistic label="缺失次数"> <NStatistic label="缺失次数">
<template #default> <template #default>
<span style="font-size: large">{{ recordDiagStatistics.totalLossCount }}</span> <span style="font-size: large">{{ recordDiagStatistics.totalLossCount }}</span>
@@ -237,7 +237,7 @@ const onClickExportRecordCheck = () => {
<span style="font-size: large">{{ recordDiagStatistics.totalLossDuration }}</span> <span style="font-size: large">{{ recordDiagStatistics.totalLossDuration }}</span>
</template> </template>
</NStatistic> </NStatistic>
</NGridItem> </NGridItem> -->
</NGrid> </NGrid>
<!-- 通道录像缺失详情 --> <!-- 通道录像缺失详情 -->