...
|
...
|
@@ -71,9 +71,9 @@ |
|
|
data-serious="{{item.serious}}" data-important="{{item.important}}"
|
|
|
data-normal="{{item.normal}}" lay-filter="layadmin-app">
|
|
|
<!--lsq 右上角点击跳转到活动告警 2022-08-31-->
|
|
|
<a href="javascript:;" lay-href="{{ '/alarm/activewarning/restype=' + item.resType }}">{{item.resTypeName}}
|
|
|
{{# if(alarmCount!=0){ }}<span
|
|
|
class="layui-badge">{{alarmCount}}</span>
|
|
|
<a href="javascript:;" lay-href="{{ '/biz/list/restype=' + item.resType }}">{{item.resTypeName}}
|
|
|
{{# if(alarmCount!=0){ }}
|
|
|
<a href="javascript:;" lay-href="{{'/alarm/activewarning/restype=' + item.resType}}"><span class="layui-badge" >{{alarmCount}}</span></a>
|
|
|
{{# } }}
|
|
|
</a>
|
|
|
</li>
|
...
|
...
|
|