Merge pull request 'fix: refs #7283 filter' (!887) from 7283-itemFilterWorkerBuyer into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #887 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
53887277ca
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue