Showing
1 changed file
with
7 additions
and
5 deletions
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | </div> | 16 | </div> |
17 | <Tooltip> | 17 | <Tooltip> |
18 | <template #title> | 18 | <template #title> |
19 | - 设备数 :{{ growCardList?.deviceInfo.sumCount }} 今日新增 | 19 | + 设备数 : {{ growCardList?.deviceInfo.sumCount }} 今日新增 |
20 | {{ toThousands(growCardList?.deviceInfo?.todayAdd) }} | 20 | {{ toThousands(growCardList?.deviceInfo?.todayAdd) }} |
21 | </template> | 21 | </template> |
22 | <img src="/src/assets/images/tip.png" style="width: 1.125rem; height: 1.125rem" /> | 22 | <img src="/src/assets/images/tip.png" style="width: 1.125rem; height: 1.125rem" /> |
@@ -59,8 +59,8 @@ | @@ -59,8 +59,8 @@ | ||
59 | <template #title> | 59 | <template #title> |
60 | {{ | 60 | {{ |
61 | !isAdmin(role) | 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 | </template> | 65 | </template> |
66 | <img src="/src/assets/images/tip.png" style="width: 1.125rem; height: 1.125rem" /> | 66 | <img src="/src/assets/images/tip.png" style="width: 1.125rem; height: 1.125rem" /> |
@@ -106,8 +106,10 @@ | @@ -106,8 +106,10 @@ | ||
106 | <template #title> | 106 | <template #title> |
107 | {{ | 107 | {{ |
108 | !isAdmin(role) | 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 | </template> | 114 | </template> |
113 | <img src="/src/assets/images/tip.png" style="width: 1.125rem; height: 1.125rem" /> | 115 | <img src="/src/assets/images/tip.png" style="width: 1.125rem; height: 1.125rem" /> |