修改BUG:菜单维护界面菜单类型全部显示为资源 closed #IU4PL

#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=IU4PL
This commit is contained in:
Argo Zhang 2019-03-20 18:09:41 +08:00
parent e225b37c71
commit 77f7340e7d
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ $(function () {
}, },
{ {
title: "菜单类型", field: "IsResource", sortable: true, formatter: function (value, row, index) { title: "菜单类型", field: "IsResource", sortable: true, formatter: function (value, row, index) {
return value === 0 ? "菜单" : "资源"; return value === "0" ? "菜单" : "资源";
} }
}, },
{ {