调整单据分页的条数
This commit is contained in:
@@ -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 + "条"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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:[],
|
||||||
|
|||||||
Reference in New Issue
Block a user