浏览代码

优化crm

wuwen 4 年之前
父节点
当前提交
96ecdc8ffd
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/main/resources/templates/sys/fx/merchantBackupList.html

+ 3 - 2
src/main/resources/templates/sys/fx/merchantBackupList.html

@@ -168,6 +168,7 @@
 	<table class="tablelist">
 		<thead>
 		    <tr>
+		    	<th >备份月份</th>
 		    	<th >商户账号</th>
 		    	<th >商户编码 </th>
 		    	<th >商户类别 </th>
@@ -198,7 +199,7 @@
 		</thead>
 		<tbody>
 			<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.orgCode}" th:text="${item.orgCode}"></td>
 					<td  th:switch="${item.type}">
@@ -248,7 +249,7 @@
 					   <span th:case="3" >正常&nbsp;</span>
 					   <span th:case="4" >冻结&nbsp;</span>
 					</td>
-					<td > </td>  	
+					<td th:text="${item.createTime}"> </td>  	
 			</tr>
 		</tbody>
 	</table>