diff --git a/templates/admin/photo/photo.html b/templates/admin/photo/photo.html index 441ec4a..e312131 100644 --- a/templates/admin/photo/photo.html +++ b/templates/admin/photo/photo.html @@ -32,7 +32,10 @@ {% endif %} - + + - - - @@ -113,8 +104,8 @@ {title: '姓名', field: 'realname', align: 'center', width: 110}, {title: '账号', field: 'username', align: 'center'}, {title: '启用', field: 'enable', align: 'center', templet: '#user-enable',width: 120}, - {title: '注册时间', field: 'create_at', align: 'center'}, - {title: '更新时间', field: 'update_at', align: 'center'}, + {title: '注册时间', field: 'create_at', templet: '#user-createTime', align: 'center'}, + {title: '更新时间', field: 'update_at', templet: '#user-updateTime', align: 'center'}, {title: '操作', toolbar: '#user-bar', align: 'center', width: 130} ] ]