Lius
9 天以前 54c22f2f0e98c35e48cdad6c4d0299d08beea630
src/mixins/JeecgListMixin.js
@@ -21,7 +21,7 @@
      ipagination:{
        current: 1,
        pageSize: 10,
        pageSizeOptions: ['10', '20', '30'],
        pageSizeOptions: ['10', '20', '30', '50'],
        showTotal: (total, range) => {
          return range[0] + "-" + range[1] + " 共" + total + "条"
        },