123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <!-- start: SETTINGS -->
- <button ct-toggle="toggle" tooltip="关联事件" tooltip-placement="left" target="recentlyincident" parent-active-class="active" class="btn btn-warning">
- <i class="ti-signal"></i>
- </button>
- <div class="ng-scope headersize">
- 关联事件
- </div>
- <div class="panel-body ng-scope">
- <div class="changechar active">
- <div>
- <!-- <a ng-click="showpage(item)"> -->
- <!-- <div class="title--preview">{{item.userip}}</div> -->
- <div ng-repeat="item in recentincident">
- <div class="col-sm-12 ">
- <span class="category col-sm-6">事件单号:<span class="recentin">{{item.incidentsign}}</span></span>
- <span class="category col-sm-6 ">事件标题:<span class="recentin">{{item.title}}</span></span>
- </div>
- <div class="col-sm-12 ">
- <span class="category col-sm-6">故障原因:<span class="recentin">{{item.reason.name}}</span></span>
- <span class="category col-sm-6 ">优先级:<span class="recentin">{{item.priority.name}}</span></span>
- </div>
- <div class="col-sm-12 ">
- <span class="category col-sm-6">解决方案:<span class="recentin">{{item.handleDescription}}</span></span>
- <span class="category col-sm-6">处理人:<span class="recentin">{{item.handlingPersonnelUser.name}}</span></span>
- </div>
- <!-- <div class="col-sm-12 ">
- <span class="category pull-right ">状态:{{item.acctstart}}</span>
- <span class="category pull-left ">创建时间:{{item.acctstart}}</span>
- </div> -->
- <!-- <div class="col-sm-12 ">
- <span class="category pull-right ">下线原因:{{item.acctstart}}</span>
- <span class="category pull-left ">网管地址:{{item.acctstart}}</span>
- </div> -->
- <div class="col-sm-12 ">
- <span class="category col-sm-6">状态:<span class="recentin">{{item.state.name}}</span></span>
- <span class="category col-sm-6">创建时间:<span class="recentin">{{item.acceptDate}}</span></span>
- </br>
- <hr style="margin-top: 0px;margin-bottom: 0px;margin-left:-15px;width:500px; height:1px;border:none;border-top:1px double #185598;" />
- </div>
- </div>
- <!-- </a> -->
- </div>
- <!-- </div> -->
- <!-- </div> -->
- </div>
- </div>
- <!-- end: SETTINGS -->
- <style>
- .changechar.active {
- /*width: 100%;*/
- max-height: 380px;
- min-height: 160px;
- overflow-x: hidden;
- font-size: 12px;
- }
-
- .tab-content>.active {
- /* display: none; */
- padding: 0px;
- }
-
- .nav-tabs>li>a {
- border: 0 none;
- border-radius: 5;
- color: #8E9AA2;
- min-width: 70px;
- font-size: 12px;
- padding: 10px 5px;
- }
-
- .loaderinform {
- height: 1px;
- width: 100%;
- /* margin: 8px auto; */
- position: relative;
- background: rgba(0, 0, 0, 0.1);
- }
- </style>
|