From 871e3f838149fd524c656d0b453e557faae4b4ef Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Thu, 9 Aug 2018 15:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E8=8F=9C=E5=8D=95fa=E5=9B=BE=E6=A0=87=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E4=B8=BAtext-info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/js/Menus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/js/Menus.js b/Bootstrap.Admin/wwwroot/js/Menus.js index b172a6a1..02ef6ae3 100644 --- a/Bootstrap.Admin/wwwroot/js/Menus.js +++ b/Bootstrap.Admin/wwwroot/js/Menus.js @@ -91,7 +91,7 @@ { title: "菜单图标", field: "Icon", sortable: false, align: 'center', formatter: function (value, row, index) { if (value) { - return $.format('', value); + return $.format('', value); } return ""; }