From 2c5b8f82ff3149f306ee9ffdfcec3feb9bba068d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 11 Mar 2023 15:41:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=95=E6=8D=AE=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E7=9A=84=E6=9D=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/mixins/JeecgListMixin.js | 2 +- jshERP-web/src/views/material/MaterialList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jshERP-web/src/mixins/JeecgListMixin.js b/jshERP-web/src/mixins/JeecgListMixin.js index bc51f553..2cdd637f 100644 --- a/jshERP-web/src/mixins/JeecgListMixin.js +++ b/jshERP-web/src/mixins/JeecgListMixin.js @@ -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 + "条" }, diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue index 803b43cf..296194ad 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -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:[],