|
|
@ -680,7 +680,7 @@ |
|
|
|
cols: _cols, |
|
|
|
page: _page, //启用分页
|
|
|
|
//limit: _limit,
|
|
|
|
limits: [10, 50, 100, 500 , 1000 , 2000 , 5000], |
|
|
|
limits: [10, 50, 100, 500 , 1000 , 2000 , 5000 , 10000], |
|
|
|
defaultToolbar: _defaultToolbar, //打印 导出
|
|
|
|
data: _data, |
|
|
|
parseData: function (res) { //将原始資料解析成 table 组件所规定的資料
|
|
|
|