From 77f7340e7d764f6f4c6c5d69ed032e7d9f06fcc5 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 20 Mar 2019 18:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=BB=B4=E6=8A=A4=E7=95=8C=E9=9D=A2=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=85=A8=E9=83=A8=E6=98=BE=E7=A4=BA=E4=B8=BA?= =?UTF-8?q?=E8=B5=84=E6=BA=90=20closed=20#IU4PL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=IU4PL --- 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 f1aeffff..adc5d1ab 100644 --- a/Bootstrap.Admin/wwwroot/js/menus.js +++ b/Bootstrap.Admin/wwwroot/js/menus.js @@ -128,7 +128,7 @@ $(function () { }, { title: "菜单类型", field: "IsResource", sortable: true, formatter: function (value, row, index) { - return value === 0 ? "菜单" : "资源"; + return value === "0" ? "菜单" : "资源"; } }, {