mirror of https://github.com/jeecgboot/jeecg-boot
【issues/8137】vxetable表格禁用后分页隐藏了
parent
6f4c2eb77c
commit
7885aaed3b
|
@ -52,7 +52,9 @@ export function usePagination(props: JVxeTableProps, methods: JVxeTableMethods)
|
||||||
[
|
[
|
||||||
h(Pagination, {
|
h(Pagination, {
|
||||||
...bindProps.value,
|
...bindProps.value,
|
||||||
disabled: props.disabled,
|
// update-begin--author:liaozhiyang---date:20250423---for:【issues/8137】vxetable表格禁用后分页隐藏了
|
||||||
|
disabled: false,
|
||||||
|
// update-end--author:liaozhiyang---date:20250423---for:【issues/8137】vxetable表格禁用后分页隐藏了
|
||||||
onChange: handleChange,
|
onChange: handleChange,
|
||||||
onShowSizeChange: handleShowSizeChange,
|
onShowSizeChange: handleShowSizeChange,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue