mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-02 18:36:16 +00:00
【issues/8137】vxetable表格禁用后分页隐藏了
This commit is contained in:
@@ -52,7 +52,9 @@ export function usePagination(props: JVxeTableProps, methods: JVxeTableMethods)
|
||||
[
|
||||
h(Pagination, {
|
||||
...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,
|
||||
onShowSizeChange: handleShowSizeChange,
|
||||
}),
|
||||
|
Reference in New Issue
Block a user