|
@@ -101,7 +101,9 @@
|
|
|
<th:block th:each="report : ${allReports}">
|
|
|
|
|
|
<tr th:class="|row-${report.getId()}|">
|
|
|
- <td class="report-id" th:value="${report.getId()}" th:text="|ML-${report.getId().substring(10)}|"></td>
|
|
|
+ <td>
|
|
|
+ <a th:href="'/report/'+${report.getId()}+'?examId=' + ${examId} + '&caseId=' + ${caseId}" th:text="|ML-${report.getId().substring(10)}|" ></a>
|
|
|
+ </td>
|
|
|
<td>
|
|
|
<span th:text="${recurrent2String.get(report.recurrent)}"></span>
|
|
|
</td>
|
|
@@ -154,12 +156,7 @@
|
|
|
<div class="box">
|
|
|
<div class="box-header with-border">
|
|
|
<h3 class="box-title">聚合视图 <span class="badge badge-info" th:text="${aggNum}"></span></h3>
|
|
|
- <div class="box-tools pull-right">
|
|
|
- <a class="btn btn-sm btn-primary" th:href="'/task_detail?examId='+${examId}+'&caseId='+${caseId}">
|
|
|
- <i class="fa fa-list-alt" style="margin-right: 5px;"></i>
|
|
|
- 默认视图
|
|
|
- </a>
|
|
|
- </div>
|
|
|
+
|
|
|
</div><!-- /.box-header -->
|
|
|
|
|
|
<div class="box-body agg-report-list">
|
|
@@ -209,8 +206,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</th:block>
|
|
|
-
|
|
|
-
|
|
|
</div><!-- /.box-body -->
|
|
|
</div>
|
|
|
</section>
|
|
@@ -220,13 +215,8 @@
|
|
|
<section class="content container-fluid">
|
|
|
<div class="box">
|
|
|
<div class="box-header with-border">
|
|
|
- <h3 class="box-title">树状视图 <span class="badge badge-info" th:text="${aggNum}"></span></h3>
|
|
|
- <div class="box-tools pull-right">
|
|
|
- <a class="btn btn-sm btn-primary" th:href="'/task_detail?examId='+${examId}+'&caseId='+${caseId}">
|
|
|
- <i class="fa fa-list-alt" style="margin-right: 5px;"></i>
|
|
|
- 默认视图
|
|
|
- </a>
|
|
|
- </div>
|
|
|
+ <h3 class="box-title">树状视图 <span class="badge badge-info" th:text="${treeNum}"></span></h3>
|
|
|
+
|
|
|
</div><!-- /.box-header -->
|
|
|
|
|
|
<div class="box-body agg-report-list">
|
|
@@ -238,15 +228,15 @@
|
|
|
<div class="box-header" id="agg-title-{{aggReport.dup_tag}}">
|
|
|
<div style="overflow: auto;">
|
|
|
<a th:href="@{'/report?masterId=' + ${masterBug.key} + '&examId=' + ${examId} + '&caseId=' + ${caseId}}"
|
|
|
- class="pull-left agg-title" th:text="|${masterBug.key}|"></a>
|
|
|
+ class="pull-left agg-title" th:text="|ML-TR-${masterBug.key.substring(10)}|" ></a>
|
|
|
<a th:href="'#dup-list-'+${masterBug.key}"
|
|
|
class="glyphicon glyphicon-menu-hamburger pull-right agg-title"
|
|
|
data-toggle="collapse"></a>
|
|
|
<span class="pull-right" style="margin-right: 5px;">
|
|
|
|
|
|
<label class="badge badge-success" th:if="${bugMap.get(masterBug.key).status == 1}">已审核</label>
|
|
|
- <!--<label class="badge badge-warning" th:if="${bugMap.get(masterBug.key).status == 0}">未审核</label>-->
|
|
|
- <label class="badge badge-little-green" th:if="${bugMap.get(masterBug.key).status == 0}">审核中</label>
|
|
|
+ <label class="badge badge-warning" th:if="${bugMap.get(masterBug.key).status == 0}">未审核</label>
|
|
|
+<!-- <label class="badge badge-little-green" th:if="${bugMap.get(masterBug.key).status == 0}">未审核</label>-->
|
|
|
</span>
|
|
|
<br/>
|
|
|
</div>
|