修改BUG:菜单维护界面菜单类型全部显示为资源 closed #IU4PL
#Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=IU4PL
This commit is contained in:
parent
e225b37c71
commit
77f7340e7d
|
@ -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" ? "菜单" : "资源";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue