[update 拆分对比] 修改默认分页10
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
|||||||
/* 分页参数 */
|
/* 分页参数 */
|
||||||
ipagination: {
|
ipagination: {
|
||||||
current: 1,
|
current: 1,
|
||||||
pageSize: 50,
|
pageSize: 10,
|
||||||
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
|
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
|
||||||
showTotal: (total, range) => {
|
showTotal: (total, range) => {
|
||||||
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
|
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ export default {
|
|||||||
queryParamLeft: {},
|
queryParamLeft: {},
|
||||||
ipaginationLeft: {
|
ipaginationLeft: {
|
||||||
current: 1,
|
current: 1,
|
||||||
pageSize: 50,
|
pageSize: 10,
|
||||||
pageSizeOptions: ['10', '50', '100', '150', '200'],
|
pageSizeOptions: ['10', '50', '100', '150', '200'],
|
||||||
showTotal: (total, range) => {
|
showTotal: (total, range) => {
|
||||||
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
|
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
|
||||||
@@ -182,7 +182,7 @@ export default {
|
|||||||
queryParamRight: {},
|
queryParamRight: {},
|
||||||
ipaginationRight: {
|
ipaginationRight: {
|
||||||
current: 1,
|
current: 1,
|
||||||
pageSize: 50,
|
pageSize: 10,
|
||||||
pageSizeOptions: ['10', '50', '100', '150', '200'],
|
pageSizeOptions: ['10', '50', '100', '150', '200'],
|
||||||
showTotal: (total, range) => {
|
showTotal: (total, range) => {
|
||||||
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
|
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
|
||||||
|
|||||||
Reference in New Issue
Block a user