forked from verdnatura/salix-front
fix: refs #7283 preview
This commit is contained in:
parent
f2803a6313
commit
965c2f7b20
|
@ -215,7 +215,7 @@ const columns = computed(() => [
|
||||||
columnFilter: {
|
columnFilter: {
|
||||||
name: 'workerFk',
|
name: 'workerFk',
|
||||||
attrs: {
|
attrs: {
|
||||||
url: 'VnUsers',
|
url: 'VnUsers/preview',
|
||||||
optionValue: 'id',
|
optionValue: 'id',
|
||||||
optionLabel: 'nickname',
|
optionLabel: 'nickname',
|
||||||
},
|
},
|
||||||
|
|
|
@ -104,7 +104,7 @@ const columns = computed(() => [
|
||||||
columnFilter: {
|
columnFilter: {
|
||||||
name: 'attenderFk',
|
name: 'attenderFk',
|
||||||
attrs: {
|
attrs: {
|
||||||
url: 'VnUsers',
|
url: 'VnUsers/preview',
|
||||||
optionValue: 'id',
|
optionValue: 'id',
|
||||||
optionLabel: 'nickname',
|
optionLabel: 'nickname',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue