Showing
1 changed file
with
4 additions
and
4 deletions
@@ -44,14 +44,14 @@ | @@ -44,14 +44,14 @@ | ||
44 | <th style="text-align:center;">上传时间</th> | 44 | <th style="text-align:center;">上传时间</th> |
45 | </tr> | 45 | </tr> |
46 | {{#if fileList}} | 46 | {{#if fileList}} |
47 | - {{#fileList.items}} | 47 | + {{#fileList}} |
48 | <tr> | 48 | <tr> |
49 | <td>{{key}}</td> | 49 | <td>{{key}}</td> |
50 | - <td>{{fsize}}</td> | 50 | + <td>{{fsizekb}}</td> |
51 | <td>{{mimeType}}</td> | 51 | <td>{{mimeType}}</td> |
52 | - <td>{{putTime}}</td> | 52 | + <td>{{putTimeFormat}}</td> |
53 | </tr> | 53 | </tr> |
54 | - {{/fileList.items}} | 54 | + {{/fileList}} |
55 | {{/if}} | 55 | {{/if}} |
56 | </table> | 56 | </table> |
57 | </div> | 57 | </div> |
-
Please register or login to post a comment