forked from verdnatura/salix-front
feat: add customfilter label
This commit is contained in:
parent
60708f4a6c
commit
ebbe6ef3b1
|
@ -45,7 +45,7 @@ const defaultAttrs = {
|
|||
};
|
||||
|
||||
const forceAttrs = {
|
||||
label: $props.showTitle ? '' : $props.column.label,
|
||||
label: $props.showTitle ? '' : columnFilter.value?.label ?? $props.column.label,
|
||||
};
|
||||
|
||||
const selectComponent = {
|
||||
|
|
Loading…
Reference in New Issue