wanghousheng 8 months ago
parent 25a072c058
commit b3d41d5bf8
  1. 2
      src/main.js

@ -21,7 +21,7 @@ Vue.prototype.pagination = {
pageSize: 15, // 每页显示条数 pageSize: 15, // 每页显示条数
showQuickJumper: true, // 显示跳转输入框 showQuickJumper: true, // 显示跳转输入框
showSizeChanger: true, showSizeChanger: true,
pageSizeOptions: ['15', '30', '50'], pageSizeOptions: ['15', '30', '50','100'],
showTotal: total => `${total} 条记录`, showTotal: total => `${total} 条记录`,
} }
// mount axios Vue.$http and this.$http // mount axios Vue.$http and this.$http

Loading…
Cancel
Save