From e64ea2db199c250af6e2cd327b565e69ccfc9fc0 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Fri, 15 Nov 2024 11:48:19 +0100 Subject: [PATCH] feat: #6943 CustomerList salesPerson --- src/pages/Customer/CustomerList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Customer/CustomerList.vue b/src/pages/Customer/CustomerList.vue index 63f5149e8..815ec57fa 100644 --- a/src/pages/Customer/CustomerList.vue +++ b/src/pages/Customer/CustomerList.vue @@ -68,7 +68,6 @@ const columns = computed(() => [ fields: ['id', 'name'], where: { role: 'salesPerson' }, optionFilter: 'firstName', - useLike: false, }, create: false, columnField: { @@ -429,9 +428,10 @@ function handleLocation(data, location) { :params="{ departmentCodes: ['VT', 'shopping'], }" - :fields="['id', 'nickname']" + :fields="['id', 'nickname', 'code']" sort-by="nickname ASC" - :use-like="false" + option-label="nickname" + option-value="id" emit-value auto-load >