perf: 修改穿梭框
This commit is contained in:
@ -48,8 +48,7 @@
|
||||
:titles="['待选项', '已选项']"
|
||||
:button-texts="['移除', '添加']"
|
||||
:format="{
|
||||
noChecked: '${total}',
|
||||
hasChecked: '${checked}/${total}',
|
||||
hasChecked: '${checked}',
|
||||
}"
|
||||
:data="data"
|
||||
:filter-method="filterMethod"
|
||||
@ -62,7 +61,7 @@
|
||||
</template>
|
||||
<template #left-footer>
|
||||
<el-pagination
|
||||
v-if="!hidePagination && total > queryParams.pageSize" v-model:current-page="queryParams.pageNum"
|
||||
v-model:current-page="queryParams.pageNum"
|
||||
v-model:page-size="queryParams.pageSize" background small layout="total, sizes, prev, next, jumper" mt-9px
|
||||
:page-sizes="pageSizes" :pager-count="pagerCount" :total="total" @size-change="handleSizeChange"
|
||||
@current-change="getList"
|
||||
|
Reference in New Issue
Block a user