diff --git a/src/main.js b/src/main.js index ab94866..58e8fea 100644 --- a/src/main.js +++ b/src/main.js @@ -21,7 +21,7 @@ Vue.prototype.pagination = { pageSize: 15, // 每页显示条数 showQuickJumper: true, // 显示跳转输入框 showSizeChanger: true, - pageSizeOptions: ['15', '30', '50'], + pageSizeOptions: ['15', '30', '50','100'], showTotal: total => `共 ${total} 条记录`, } // mount axios Vue.$http and this.$http