8231_testToMaster_2448 #997

Merged
alexm merged 400 commits from 8231_testToMaster_2448 into master 2024-11-26 06:28:29 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 96f894cc6c - Show all commits

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',
}, },