From 7e6d5c372e5dcc2b88372adc88fe45b137038c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 25 Sep 2022 15:15:49 +0800 Subject: [PATCH] Update index.html --- app/admin/view/user/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html index 94c3c2443..2dc8e0d77 100644 --- a/app/admin/view/user/index.html +++ b/app/admin/view/user/index.html @@ -44,7 +44,7 @@ { field: 'headimg', title: '头像', width: 60, align: 'center', templet: function (d) { if (!d.headimg) return '-'; - return layui.laytpl('
').render(d); + return layui.laytpl('
').render(d); } }, {field: 'username', title: '登录账号', minWidth: 100, align: 'center', templet: '
{{d.username||"-"}}
'},