refactor(web): 增加分页通用配置
This commit is contained in:
@@ -14,12 +14,7 @@ function queueCrud(name) {
|
||||
type: "tpl",
|
||||
tpl: "共 <span class='text-primary font-bold'>${total|default:0}</span> 个任务"
|
||||
},
|
||||
{
|
||||
type: 'pagination',
|
||||
layout: ['pager'],
|
||||
maxButtons: 5,
|
||||
showPageInput: false,
|
||||
}
|
||||
paginationCommonOptions(false)
|
||||
],
|
||||
footerToolbar: [],
|
||||
columns: [
|
||||
|
||||
Reference in New Issue
Block a user