|
|
@ -66,7 +66,7 @@
|
|
|
|
<tbody th:each="caseReport,status : ${page.list}">
|
|
|
|
<tbody th:each="caseReport,status : ${page.list}">
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
<a target="_blank" th:title="${caseReport.caseTitle}" th:href="@{/public_view.html(type=4,id=${caseReport.caseId})}">
|
|
|
|
<a target="_blank" th:title="${caseReport.caseTitle}" th:href="@{/public_view.html(type=6,id=${caseReport.caseId})}">
|
|
|
|
[[${caseReport.caseTitle}]]
|
|
|
|
[[${caseReport.caseTitle}]]
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|