|
@@ -168,6 +168,7 @@
|
|
<table class="tablelist">
|
|
<table class="tablelist">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
|
|
+ <th >备份月份</th>
|
|
<th >商户账号</th>
|
|
<th >商户账号</th>
|
|
<th >商户编码 </th>
|
|
<th >商户编码 </th>
|
|
<th >商户类别 </th>
|
|
<th >商户类别 </th>
|
|
@@ -198,7 +199,7 @@
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
<tr th:each="item:${list}" >
|
|
<tr th:each="item:${list}" >
|
|
-
|
|
|
|
|
|
+ <td th:title="${search.get('EQ_backupMonth')}" th:text="${search.get('EQ_backupMonth')}"></td>
|
|
<td th:title="${item.posCode}" th:text="${item.posCode}"></td>
|
|
<td th:title="${item.posCode}" th:text="${item.posCode}"></td>
|
|
<td th:title="${item.orgCode}" th:text="${item.orgCode}"></td>
|
|
<td th:title="${item.orgCode}" th:text="${item.orgCode}"></td>
|
|
<td th:switch="${item.type}">
|
|
<td th:switch="${item.type}">
|
|
@@ -248,7 +249,7 @@
|
|
<span th:case="3" >正常 </span>
|
|
<span th:case="3" >正常 </span>
|
|
<span th:case="4" >冻结 </span>
|
|
<span th:case="4" >冻结 </span>
|
|
</td>
|
|
</td>
|
|
- <td > </td>
|
|
|
|
|
|
+ <td th:text="${item.createTime}"> </td>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|