small change
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
c807b5feb2
commit
d488a2d523
|
@ -67,7 +67,7 @@ const applyColumnFilter = async (col) => {
|
|||
}
|
||||
};
|
||||
|
||||
const getInputEvents = (col) => ({ 'update:modelValue': () => applyColumnFilter(col) });
|
||||
const getInputEvents = (col) => ({ 'keyup.enter': () => applyColumnFilter(col) });
|
||||
|
||||
const columns = computed(() => [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue