refactor(web): 增加分页通用配置
This commit is contained in:
@@ -69,20 +69,10 @@ function tableTab() {
|
||||
headerToolbar: [
|
||||
"reload",
|
||||
'filter-toggler',
|
||||
{
|
||||
type: 'pagination',
|
||||
layout: ['pager', 'perPage'],
|
||||
maxButtons: 5,
|
||||
showPageInput: false,
|
||||
},
|
||||
paginationCommonOptions(),
|
||||
],
|
||||
footerToolbar: [
|
||||
{
|
||||
type: 'pagination',
|
||||
layout: ['pager', 'perPage'],
|
||||
maxButtons: 5,
|
||||
showPageInput: false,
|
||||
},
|
||||
paginationCommonOptions(),
|
||||
],
|
||||
columns: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user