(component): 开放 table 组件 page 的所有配置

This commit is contained in:
就眠儀式
2022-08-25 00:45:42 +08:00
parent 08bb3c0f69
commit c0b4a55f05
4 changed files with 78 additions and 14 deletions

View File

@@ -133,7 +133,8 @@ export default {
const page3 = ref({
total: 100,
limit: 10,
current: 2
current: 2,
showRefresh: true,
})
const change3 = ({ current, limit }) => {