Browse Source

no message

索隆 6 years ago
parent
commit
9837848e38
1 changed files with 2 additions and 2 deletions
  1. 2 2
      prediction.html

+ 2 - 2
prediction.html

@@ -55,8 +55,8 @@ $(function(){
55 55
 				{{#each this}}
56 56
 					<tr>
57 57
 						<td>{{id}}<br />{{name}}</td>
58
-						<td>{{crtTime}}</td>
59
-						<td>{{endDate}}</td>
58
+						<td>{{date crtTime format="yyyy-MM-dd"}}</td>
59
+						<td>{{date endDate format="yyyy-MM-dd"}}</td>
60 60
 						<td>{{js "this.status == 1 ? '预测成功':(this.status == 2 ? '预测失败' : (this.status == -1 ? '删除':'预测进行中'))"}}</td>
61 61
 						<td>{{stockCode}}</td>
62 62
 						<td>{{js "this.expect == 1 ? '空':'多'"}}</td>