Showing
1 changed file
with
7 additions
and
5 deletions
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | </div> |
17 | 17 | <Tooltip> |
18 | 18 | <template #title> |
19 | - 设备数 :{{ growCardList?.deviceInfo.sumCount }} 今日新增 | |
19 | + 设备数 : {{ growCardList?.deviceInfo.sumCount }} 今日新增 | |
20 | 20 | {{ toThousands(growCardList?.deviceInfo?.todayAdd) }} |
21 | 21 | </template> |
22 | 22 | <img src="/src/assets/images/tip.png" style="width: 1.125rem; height: 1.125rem" /> |
... | ... | @@ -59,8 +59,8 @@ |
59 | 59 | <template #title> |
60 | 60 | {{ |
61 | 61 | !isAdmin(role) |
62 | - ? `告警数:今日新增${toThousands(growCardList?.alarmInfo?.todayAdd)}` | |
63 | - : `租户总量:今日新增${toThousands(growCardList?.alarmInfo?.todayAdd)}` | |
62 | + ? `告警数:今日新增 ${toThousands(growCardList?.alarmInfo?.todayAdd)}` | |
63 | + : `租户总量:今日新增 ${toThousands(growCardList?.alarmInfo?.todayAdd)}` | |
64 | 64 | }} |
65 | 65 | </template> |
66 | 66 | <img src="/src/assets/images/tip.png" style="width: 1.125rem; height: 1.125rem" /> |
... | ... | @@ -106,8 +106,10 @@ |
106 | 106 | <template #title> |
107 | 107 | {{ |
108 | 108 | !isAdmin(role) |
109 | - ? `消息数:今日新增${toThousands(growCardList?.messageInfo?.todayMessageAdd)}` | |
110 | - : `客户总量:今日新增${toThousands(growCardList?.messageInfo?.todayMessageAdd)}` | |
109 | + ? `消息数:今日新增 ${toThousands(growCardList?.messageInfo?.todayMessageAdd)}` | |
110 | + : `客户总量:今日新增 ${toThousands( | |
111 | + growCardList?.messageInfo?.todayMessageAdd | |
112 | + )}` | |
111 | 113 | }} |
112 | 114 | </template> |
113 | 115 | <img src="/src/assets/images/tip.png" style="width: 1.125rem; height: 1.125rem" /> | ... | ... |