diff --git a/Bootstrap.Admin/Views/Admin/Dicts.cshtml b/Bootstrap.Admin/Views/Admin/Dicts.cshtml index 6e94cc6c..4cfdaeeb 100644 --- a/Bootstrap.Admin/Views/Admin/Dicts.cshtml +++ b/Bootstrap.Admin/Views/Admin/Dicts.cshtml @@ -29,17 +29,12 @@
-
- - - - - -
+ +
@@ -67,16 +62,11 @@
-
- - - - - -
+ +
diff --git a/Bootstrap.Admin/Views/Admin/Menus.cshtml b/Bootstrap.Admin/Views/Admin/Menus.cshtml index 8081d660..9564ff18 100644 --- a/Bootstrap.Admin/Views/Admin/Menus.cshtml +++ b/Bootstrap.Admin/Views/Admin/Menus.cshtml @@ -43,47 +43,33 @@
-
- - - - - -
+ +
-
- - - - - -
+ +
-
- - - - - -
+ +
@@ -162,61 +148,36 @@
-
- - - - - -
+
-
- - - - - -
+
-
- - - - - -
+
-
- - - - - -
+
diff --git a/Bootstrap.Admin/wwwroot/lib/longbow/longbow.common.js b/Bootstrap.Admin/wwwroot/lib/longbow/longbow.common.js index eca76277..2a9442bb 100644 --- a/Bootstrap.Admin/wwwroot/lib/longbow/longbow.common.js +++ b/Bootstrap.Admin/wwwroot/lib/longbow/longbow.common.js @@ -420,7 +420,7 @@ else { var data = []; this.lgbSelect('get', function (source) { data = source; }); - var find = data.filter(function () { return this.value === value; }); + var find = data.filter(function (item, index) { return item.value === value; }); if (find.length === 1) text = find[0].text; } }