Browse Source

接收通报统计标题

wangyijie 6 days ago
parent
commit
bb8f5c8a8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/notificationAnalysis/releaseReceiptStatistics/index.vue

+ 1 - 1
src/views/notificationAnalysis/releaseReceiptStatistics/index.vue

@@ -21,7 +21,7 @@
 		/>
 		<!-- 接收通报统计 -->
 		<notificationStatisticsLineChart
-			:component-name="releaseStatisticsName"
+			:component-name="receiptStatisticsName"
 			:online-color="onlineColorReceipt"
 			:offline-color="offlineColorReceipt"
 		/>