diff --git a/Bootstrap.Admin/wwwroot/js/logins.js b/Bootstrap.Admin/wwwroot/js/logins.js index ed1bd366..e3dfd746 100644 --- a/Bootstrap.Admin/wwwroot/js/logins.js +++ b/Bootstrap.Admin/wwwroot/js/logins.js @@ -27,7 +27,7 @@ $(function () { title: "登录结果", field: "Result", formatter: function (value, row, index) { var css = value === "登录成功" ? "success" : "danger"; var icon = css === "success" ? "check" : "remove"; - return $.format('{1}', css, value, icon); + return $.format('{1}', css, value, icon); } } ]