fix: refs #7283 filter
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-10-29 08:17:18 +01:00
parent df7f9b47d3
commit 96f894cc6c
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ const columns = computed(() => [
columnFilter: { columnFilter: {
name: 'workerFk', name: 'workerFk',
attrs: { attrs: {
url: 'VnUsers/preview', url: 'TicketRequests/getItemTypeWorker',
optionValue: 'id', optionValue: 'id',
optionLabel: 'nickname', optionLabel: 'nickname',
}, },

View File

@ -104,7 +104,7 @@ const columns = computed(() => [
columnFilter: { columnFilter: {
name: 'attenderFk', name: 'attenderFk',
attrs: { attrs: {
url: 'VnUsers/preview', url: 'TicketRequests/getItemTypeWorker',
optionValue: 'id', optionValue: 'id',
optionLabel: 'nickname', optionLabel: 'nickname',
}, },