8144-devToTest_2448 #963

Merged
alexm merged 347 commits from 8144-devToTest_2448 into test 2024-11-19 07:54:42 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 965c2f7b20 - Show all commits

View File

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

View File

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