sth
This commit is contained in:
parent
0ff001879c
commit
7ab4a59a3b
|
|
@ -27,7 +27,7 @@ define(['jquery', 'bootstrap', 'moment', 'moment/locale/zh-cn', 'bootstrap-table
|
|||
ignoreColumn: [0, 'operate'] //默认不导出第一列(checkbox)与操作(operate)列
|
||||
},
|
||||
pageSize: Config.pagesize || localStorage.getItem("pagesize") || 10,
|
||||
pageList: [10, 15, 20, 25, 50, 'All'],
|
||||
pageList: [10, 15, 20, 25, 50, 100],
|
||||
pagination: true,
|
||||
clickToSelect: true, //是否启用点击选中
|
||||
dblClickToEdit: true, //是否启用双击编辑
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user