diff --git a/src/main.js b/src/main.js
index b9294a2..2d34f46 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', '100'],
+ pageSizeOptions: ['15', '30', '50', '100','200','300','400','500'],
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 4996932..0379abd 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','100'],
+ pageSizeOptions: ['15', '30', '50', '100','200','300','400','500'],
showTotal: (total) => `共 ${total} 条记录`, // 显示总数
// 列表数据
orderList: { data: [], total: 0}
diff --git a/src/views/goods/Create.vue b/src/views/goods/Create.vue
index 22bf377..acb767c 100644
--- a/src/views/goods/Create.vue
+++ b/src/views/goods/Create.vue
@@ -59,13 +59,11 @@
- 京东
- 苏宁
- 天猫
- 工厂
- 仓配
- 自采
- 店内
+ 京东
+ 苏宁
+ 工厂
+ 仓储
+ 自采
diff --git a/src/views/goods/Update.vue b/src/views/goods/Update.vue
index abcacf7..3db16e7 100644
--- a/src/views/goods/Update.vue
+++ b/src/views/goods/Update.vue
@@ -61,13 +61,11 @@
- 京东
- 苏宁
- 天猫
- 工厂
- 仓配
- 自采
- 店内
+ 京东
+ 苏宁
+ 工厂
+ 仓储
+ 自采
diff --git a/src/views/market/presale/Index copy 2.vue b/src/views/market/presale/Index copy 2.vue
index 2fc54af..8a4cda2 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','100'],
+ pageSizeOptions: ['15', '30', '50', '100','200','300','400','500'],
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 ae9f099..655991b 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','100'],
+ pageSizeOptions: ['15', '30', '50', '100','200','300','400','500'],
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 a35902f..60502df 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','100'],
+ pageSizeOptions: ['15', '30', '50', '100','200','300','400','500'],
showTotal: (total) => `共 ${total} 条记录`, // 显示总数
// 自提门店列表
shopList: [],
diff --git a/src/views/order/refund/Index.vue b/src/views/order/refund/Index.vue
index 09d57a8..0c93a6d 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','100'],
+ pageSizeOptions: ['15', '30', '50', '100','200','300','400','500'],
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 b94c3d5..d2dc9fb 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','100'],
+ pageSizeOptions: ['15', '30', '50', '100','200','300','400','500'],
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 95a9271..bf06700 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','100'],
+ pageSizeOptions: ['15', '30', '50', '100','200','300','400','500'],
showTotal: (total) => `共 ${total} 条记录`, // 显示总数
// 列表数据
orderList: { data: [], total: 0, },
diff --git a/src/views/recovery/order/Index.vue b/src/views/recovery/order/Index.vue
index 7a3d632..75acb7e 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','100'],
+ pageSizeOptions: ['15', '30', '50', '100','200','300','400','500'],
showTotal: (total) => `共 ${total} 条记录`, // 显示总数
total: 0,
// 正在加载
diff --git a/src/views/server/Order.vue b/src/views/server/Order.vue
index b71668c..dacec26 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','100'],
+ pageSizeOptions: ['15', '30', '50', '100','200','300','400','500'],
showTotal: (total) => `共 ${total} 条记录`, // 显示总数
total: 0,
// 正在加载