From cc6a96fc94394a9475cab13164facaddb2e9308d Mon Sep 17 00:00:00 2001 From: mkg <1650473152@qq.com> Date: Tue, 23 Mar 2021 09:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=8A=E4=BC=A0=E5=92=8C?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E6=97=B6=E9=97=B4=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/admin/photo/photo.html | 6 +++++- templates/admin/user/main.html | 21 ++++++--------------- 2 files changed, 11 insertions(+), 16 deletions(-) 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} ] ]