feat: useTable 支持 “无分页” 列表

This commit is contained in:
2024-05-11 22:26:33 +08:00
parent fe656af1aa
commit 1421412d67
13 changed files with 154 additions and 193 deletions

View File

@@ -18,11 +18,7 @@
</a-button>
</a-tooltip>
<template #content>
<a-doption v-for="item in sizeList" :key="item.value" :value="item.value" :active="item.value === size">
{{
item.label
}}
</a-doption>
<a-doption v-for="item in sizeList" :key="item.value" :value="item.value" :active="item.value === size">{{ item.label }}</a-doption>
</template>
</a-dropdown>
<a-popover