+
+ 总数
+
+ {{
+ PopKey == 2
+ ? item.lineNum
+ : PopKey == 1
+ ? item.deviceNum
+ : PopKey == 0
+ ? item.subNum
+ : '/'
+ }}
+
+
+ {{ PopKey == 2 ? '在线' : PopKey == 1 ? '在运' : '告警' }}
+
+ {{
+ PopKey == 2
+ ? item.onlineNum
+ : PopKey == 1
+ ? item.alarmSubNum
+ : PopKey == 0
+ ? item.onDevice
+ : '/'
+ }}
+
+
+ 告警
+
+ {{ PopKey == 2 ? item.alarm : PopKey == 1 ? item.xx : PopKey == 0 ? item.xx : '/' }}
+
+