Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -62,7 +62,7 @@ |
62 | 62 | ? `告警数:${growCardList?.alarmInfo?.sumCount} 今日新增 ${toThousands( |
63 | 63 | growCardList?.alarmInfo?.todayAdd |
64 | 64 | )}` |
65 | - : `租户总量:${growCardList?.alarmInfo?.sumCount} 今日新增 ${toThousands( | |
65 | + : `租户总量:${growCardList?.tenantInfo?.sumCount} 今日新增 ${toThousands( | |
66 | 66 | growCardList?.alarmInfo?.todayAdd |
67 | 67 | )}` |
68 | 68 | }} |
... | ... | @@ -113,7 +113,7 @@ |
113 | 113 | ? `消息数:${growCardList?.messageInfo?.messageCount} 今日新增 ${toThousands( |
114 | 114 | growCardList?.messageInfo?.todayMessageAdd |
115 | 115 | )}` |
116 | - : `客户总量:${growCardList?.messageInfo?.messageCount} 今日新增 ${toThousands( | |
116 | + : `客户总量:${growCardList?.customerInfo?.sumCount} 今日新增 ${toThousands( | |
117 | 117 | growCardList?.messageInfo?.todayMessageAdd |
118 | 118 | )}` |
119 | 119 | }} | ... | ... |