diff --git a/packages/components/table/src/table-header/index.ts b/packages/components/table/src/table-header/index.ts index c5936b026c..f3bfbc84f1 100644 --- a/packages/components/table/src/table-header/index.ts +++ b/packages/components/table/src/table-header/index.ts @@ -220,7 +220,7 @@ export default defineComponent({ ), column.filterable && h(FilterPanel, { - store: $parent.store, + store, placement: column.filterPlacement || 'bottom-start', column, upDataColumn: (key, value) => {