mirror of https://gitee.com/karson/fastadmin.git
parent
bb97452fe1
commit
3e48396821
|
|
@ -11,20 +11,17 @@
|
|||
"font-awesome": "^4.6.1",
|
||||
"bootstrap-table": "fastadmin-bootstraptable#~1.11.5",
|
||||
"jstree": "~3.3.2",
|
||||
"moment": "^2.20.1",
|
||||
"moment": "~2.29.0",
|
||||
"toastr": "~2.1.3",
|
||||
"jcrop": "~2.0.4",
|
||||
"eonasdan-bootstrap-datetimepicker": "~4.17.43",
|
||||
"bootstrap-select": "~1.11.2",
|
||||
"require-css": "~0.1.8",
|
||||
"less": "~2.7.1",
|
||||
"tableExport.jquery.plugin": "~1.10.3",
|
||||
"jquery-slimscroll": "~1.3.8",
|
||||
"jquery.cookie": "~1.4.1",
|
||||
"Sortable": "~1.10.0",
|
||||
"nice-validator": "~1.1.1",
|
||||
"art-template": "^3.1.3",
|
||||
"requirejs-plugins": "~1.0.3",
|
||||
"art-template": "~3.1.3",
|
||||
"bootstrap-daterangepicker": "~2.1.25",
|
||||
"fastadmin-citypicker": "~1.3.1",
|
||||
"fastadmin-cxselect": "~1.4.0",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template'], function
|
|||
// 初始化表格
|
||||
table.bootstrapTable({
|
||||
url: $.fn.bootstrapTable.defaults.extend.index_url,
|
||||
sortName: 'weigh',
|
||||
sortName: '',
|
||||
escape: false,
|
||||
columns: [
|
||||
[
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue