作者 Karson

移除冗余依赖包

优化规则菜单操作逻辑
@@ -11,20 +11,17 @@ @@ -11,20 +11,17 @@
11 "font-awesome": "^4.6.1", 11 "font-awesome": "^4.6.1",
12 "bootstrap-table": "fastadmin-bootstraptable#~1.11.5", 12 "bootstrap-table": "fastadmin-bootstraptable#~1.11.5",
13 "jstree": "~3.3.2", 13 "jstree": "~3.3.2",
14 - "moment": "^2.20.1", 14 + "moment": "~2.29.0",
15 "toastr": "~2.1.3", 15 "toastr": "~2.1.3",
16 - "jcrop": "~2.0.4",  
17 "eonasdan-bootstrap-datetimepicker": "~4.17.43", 16 "eonasdan-bootstrap-datetimepicker": "~4.17.43",
18 "bootstrap-select": "~1.11.2", 17 "bootstrap-select": "~1.11.2",
19 "require-css": "~0.1.8", 18 "require-css": "~0.1.8",
20 - "less": "~2.7.1",  
21 "tableExport.jquery.plugin": "~1.10.3", 19 "tableExport.jquery.plugin": "~1.10.3",
22 "jquery-slimscroll": "~1.3.8", 20 "jquery-slimscroll": "~1.3.8",
23 "jquery.cookie": "~1.4.1", 21 "jquery.cookie": "~1.4.1",
24 "Sortable": "~1.10.0", 22 "Sortable": "~1.10.0",
25 "nice-validator": "~1.1.1", 23 "nice-validator": "~1.1.1",
26 - "art-template": "^3.1.3",  
27 - "requirejs-plugins": "~1.0.3", 24 + "art-template": "~3.1.3",
28 "bootstrap-daterangepicker": "~2.1.25", 25 "bootstrap-daterangepicker": "~2.1.25",
29 "fastadmin-citypicker": "~1.3.1", 26 "fastadmin-citypicker": "~1.3.1",
30 "fastadmin-cxselect": "~1.4.0", 27 "fastadmin-cxselect": "~1.4.0",
@@ -19,7 +19,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template'], function @@ -19,7 +19,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template'], function
19 // 初始化表格 19 // 初始化表格
20 table.bootstrapTable({ 20 table.bootstrapTable({
21 url: $.fn.bootstrapTable.defaults.extend.index_url, 21 url: $.fn.bootstrapTable.defaults.extend.index_url,
22 - sortName: 'weigh', 22 + sortName: '',
23 escape: false, 23 escape: false,
24 columns: [ 24 columns: [
25 [ 25 [