fix(components): [el-table] filter failed when tableLayout is auto (#6798)

This commit is contained in:
msidolphin
2022-03-24 15:22:20 +08:00
committed by GitHub
parent 2759ecf5b2
commit e77957f8ba

View File

@@ -220,7 +220,7 @@ export default defineComponent({
),
column.filterable &&
h(FilterPanel, {
store: $parent.store,
store,
placement: column.filterPlacement || 'bottom-start',
column,
upDataColumn: (key, value) => {