diff --git a/src/main.js b/src/main.js index 2317a5f..9c2bf22 100644 --- a/src/main.js +++ b/src/main.js @@ -26,7 +26,7 @@ Vue.prototype.pagination = { pageSize: 15, // 每页显示条数 showQuickJumper: true, // 显示跳转输入框 showSizeChanger: true, - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: total => `共 ${total} 条记录`, } // mount axios to `Vue.$http` and `this.$http` diff --git a/src/views/apps/dealer/order/Index.vue b/src/views/apps/dealer/order/Index.vue index 596a979..4996932 100644 --- a/src/views/apps/dealer/order/Index.vue +++ b/src/views/apps/dealer/order/Index.vue @@ -287,7 +287,7 @@ export default { // 当前页码 page: 1, pageSize: 15, - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: (total) => `共 ${total} 条记录`, // 显示总数 // 列表数据 orderList: { data: [], total: 0} diff --git a/src/views/market/presale/Index copy 2.vue b/src/views/market/presale/Index copy 2.vue index 2dffbcb..2fc54af 100644 --- a/src/views/market/presale/Index copy 2.vue +++ b/src/views/market/presale/Index copy 2.vue @@ -258,7 +258,7 @@ export default { // 当前页码 page: 1, pageSize: 15, - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: (total) => `共 ${total} 条记录`, // 显示总数 // 列表数据 orderList: { data: [], total: 0, per_page: 10 }, diff --git a/src/views/market/presale/modules/Log.vue b/src/views/market/presale/modules/Log.vue index 3547522..ae9f099 100644 --- a/src/views/market/presale/modules/Log.vue +++ b/src/views/market/presale/modules/Log.vue @@ -89,7 +89,7 @@ export default { // 当前页码 page: 1, pageSize: 15, - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: (total) => `共 ${total} 条记录`, // 显示总数 orderList: { data: [], total: 0}, simpleImage: Empty.PRESENTED_IMAGE_SIMPLE, diff --git a/src/views/order/Index.vue b/src/views/order/Index.vue index 5d911f3..a35902f 100644 --- a/src/views/order/Index.vue +++ b/src/views/order/Index.vue @@ -337,7 +337,7 @@ export default { textToCopy: '', // 列表数据 orderList: { data: [], total: 0 }, - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: (total) => `共 ${total} 条记录`, // 显示总数 // 自提门店列表 shopList: [], diff --git a/src/views/order/refund/Index.vue b/src/views/order/refund/Index.vue index 1b0a673..09d57a8 100644 --- a/src/views/order/refund/Index.vue +++ b/src/views/order/refund/Index.vue @@ -258,7 +258,7 @@ export default { page: 1, pageSize: 15, // 列表数据 - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: (total) => `共 ${total} 条记录`, // 显示总数 // 列表数据 refundList: { data: [], total: 0 }, diff --git a/src/views/order/tools/delivery/Index.vue b/src/views/order/tools/delivery/Index.vue index c4acffb..b94c3d5 100644 --- a/src/views/order/tools/delivery/Index.vue +++ b/src/views/order/tools/delivery/Index.vue @@ -291,7 +291,7 @@ export default { // 当前页码 page: 1, pageSize: 15, - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: (total) => `共 ${total} 条记录`, // 显示总数 // 列表数据 orderList: { data: [], total: 0}, diff --git a/src/views/order/tools/delivery/Record.vue b/src/views/order/tools/delivery/Record.vue index 6c005bc..95a9271 100644 --- a/src/views/order/tools/delivery/Record.vue +++ b/src/views/order/tools/delivery/Record.vue @@ -226,7 +226,7 @@ export default { // 当前页码 page: 1, pageSize: 15, - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: (total) => `共 ${total} 条记录`, // 显示总数 // 列表数据 orderList: { data: [], total: 0, }, diff --git a/src/views/recovery/order/Index.vue b/src/views/recovery/order/Index.vue index ea40e98..7a3d632 100644 --- a/src/views/recovery/order/Index.vue +++ b/src/views/recovery/order/Index.vue @@ -166,7 +166,7 @@ export default { page: 1, pageSize: 15, }, - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: (total) => `共 ${total} 条记录`, // 显示总数 total: 0, // 正在加载 diff --git a/src/views/server/Order.vue b/src/views/server/Order.vue index ae57766..b71668c 100644 --- a/src/views/server/Order.vue +++ b/src/views/server/Order.vue @@ -174,7 +174,7 @@ export default { page: 1, pageSize: 15, }, - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: (total) => `共 ${total} 条记录`, // 显示总数 total: 0, // 正在加载