调整单据分页的条数
This commit is contained in:
@@ -29,7 +29,7 @@ export const JeecgListMixin = {
|
||||
ipagination:{
|
||||
current: 1,
|
||||
pageSize: 10,
|
||||
pageSizeOptions: ['10', '20', '30'],
|
||||
pageSizeOptions: ['10', '20', '30', '50', '100'],
|
||||
showTotal: (total, range) => {
|
||||
return range[0] + "-" + range[1] + " 共" + total + "条"
|
||||
},
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
|
||||
},
|
||||
ipagination:{
|
||||
pageSizeOptions: ['10', '20', '30', '100', '200']
|
||||
pageSizeOptions: ['10', '20', '30', '50', '100', '200']
|
||||
},
|
||||
// 实际表头
|
||||
columns:[],
|
||||
|
||||
Reference in New Issue
Block a user