mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
fix pagination select
This commit is contained in:
parent
ce3bed6cb5
commit
2fc06cc37b
@ -141,14 +141,14 @@ export default {
|
||||
<span class="el-pagination__sizes">
|
||||
<el-select
|
||||
value={ this.$parent.internalPageSize }
|
||||
on-change={ this.handleChange }>
|
||||
on-input={ this.handleChange }>
|
||||
{
|
||||
this.pageSizes.map(item =>
|
||||
<el-option
|
||||
value={ item }
|
||||
label={ item + ' ' + this.t('el.pagination.pagesize') }>
|
||||
</el-option>
|
||||
)
|
||||
<el-option
|
||||
value={ item }
|
||||
label={ item + ' ' + this.t('el.pagination.pagesize') }>
|
||||
</el-option>
|
||||
)
|
||||
}
|
||||
</el-select>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user