fix: monitorPayMethodFilter #1096

Merged
carlossa merged 2 commits from warmfix-monitorPayMethodFilter into dev 2024-12-17 12:08:09 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit 3da7425f6f - Show all commits

View File

@ -254,11 +254,8 @@ const columns = computed(() => [
align: 'left',
columnFilter: {
component: 'select',
url: 'Departments',
attrs: {
options: DepartmentOpts.value,
optionValue: 'id',
optionLabel: 'name',
dense: true,
},
},