fix(表格): 修复表格过滤label展示错误

This commit is contained in:
xinxin.wu 2024-12-12 10:16:27 +08:00 committed by Craftsman
parent 95503291b6
commit 2dd779df42
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
>
<div class="one-line-text max-w-[120px]">
<slot name="item" :filter-item="item" :index="index">
{{ item[props.valueKey || 'value'] }}
{{ item[props.labelKey || 'label'] }}
</slot>
</div>
</a-tooltip>