【无】首页应用-资源类型展示,右上角的红色部分增加跳转到活动告警
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -71,9 +71,9 @@ | @@ -71,9 +71,9 @@ | ||
71 | data-serious="{{item.serious}}" data-important="{{item.important}}" | 71 | data-serious="{{item.serious}}" data-important="{{item.important}}" |
72 | data-normal="{{item.normal}}" lay-filter="layadmin-app"> | 72 | data-normal="{{item.normal}}" lay-filter="layadmin-app"> |
73 | <!--lsq 右上角点击跳转到活动告警 2022-08-31--> | 73 | <!--lsq 右上角点击跳转到活动告警 2022-08-31--> |
74 | - <a href="javascript:;" lay-href="{{ '/alarm/activewarning/restype=' + item.resType }}">{{item.resTypeName}} | ||
75 | - {{# if(alarmCount!=0){ }}<span | ||
76 | - class="layui-badge">{{alarmCount}}</span> | 74 | + <a href="javascript:;" lay-href="{{ '/biz/list/restype=' + item.resType }}">{{item.resTypeName}} |
75 | + {{# if(alarmCount!=0){ }} | ||
76 | + <a href="javascript:;" lay-href="{{'/alarm/activewarning/restype=' + item.resType}}"><span class="layui-badge" >{{alarmCount}}</span></a> | ||
77 | {{# } }} | 77 | {{# } }} |
78 | </a> | 78 | </a> |
79 | </li> | 79 | </li> |
-
Please register or login to post a comment