调整单据分页的条数

This commit is contained in:
季圣华
2023-03-11 15:41:12 +08:00
parent eccf9e9174
commit 2c5b8f82ff
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export const JeecgListMixin = {
ipagination:{ ipagination:{
current: 1, current: 1,
pageSize: 10, pageSize: 10,
pageSizeOptions: ['10', '20', '30'], pageSizeOptions: ['10', '20', '30', '50', '100'],
showTotal: (total, range) => { showTotal: (total, range) => {
return range[0] + "-" + range[1] + "" + total + "" return range[0] + "-" + range[1] + "" + total + ""
}, },

View File

@@ -224,7 +224,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性 mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '20', '30', '100', '200'] pageSizeOptions: ['10', '20', '30', '50', '100', '200']
}, },
// 实际表头 // 实际表头
columns:[], columns:[],