From f530bbd80fff3e9f7056ee00f6ba792cd044ce1f Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 15 Aug 2019 09:48:35 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=99=BB=E5=BD=95=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=BB=93=E6=9E=9C=E5=A2=9E=E5=8A=A0=20badge-?= =?UTF-8?q?md=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/js/logins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } ]