8315-devToTest #1094
|
@ -254,11 +254,8 @@ const columns = computed(() => [
|
||||||
align: 'left',
|
align: 'left',
|
||||||
columnFilter: {
|
columnFilter: {
|
||||||
component: 'select',
|
component: 'select',
|
||||||
url: 'Departments',
|
|
||||||
attrs: {
|
attrs: {
|
||||||
options: DepartmentOpts.value,
|
options: DepartmentOpts.value,
|
||||||
optionValue: 'id',
|
|
||||||
optionLabel: 'name',
|
|
||||||
dense: true,
|
dense: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue