diff --git a/src/pages/Customer/CustomerList.vue b/src/pages/Customer/CustomerList.vue index 8677a77ca..c069810d3 100644 --- a/src/pages/Customer/CustomerList.vue +++ b/src/pages/Customer/CustomerList.vue @@ -1,94 +1,429 @@ - - - - - - - - - - - - - - - - {{ t('customer.list.phone') }} - - - - - - - - - + + + handleLocation(data, location)" + /> + + + + + {{ + t('customer.basicData.youCanSaveMultipleEmails') + }} + - - - - - - {{ t('New client') }} - - - + + + - es: - Search customer: Buscar cliente - You can search by customer id or name: Puedes buscar por id o nombre del cliente - New client: Nuevo cliente + Web user: Usuario Web + diff --git a/src/pages/Customer/ExtendedList/CustomerExtendedList.vue b/src/pages/Customer/ExtendedList/CustomerExtendedList.vue deleted file mode 100644 index 21e1ebeed..000000000 --- a/src/pages/Customer/ExtendedList/CustomerExtendedList.vue +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - handleLocation(data, location)" - /> - - - - - {{ - t('customer.basicData.youCanSaveMultipleEmails') - }} - - - - - - - -es: - Web user: Usuario Web - - diff --git a/src/router/modules/customer.js b/src/router/modules/customer.js index 092d60639..3aece0dfe 100644 --- a/src/router/modules/customer.js +++ b/src/router/modules/customer.js @@ -14,7 +14,6 @@ export default { main: [ 'CustomerList', 'CustomerPayments', - 'CustomerExtendedList', 'CustomerNotifications', 'CustomerDefaulter', ], @@ -70,18 +69,6 @@ export default { component: () => import('src/pages/Customer/Payments/CustomerPayments.vue'), }, - { - path: 'extendedList', - name: 'CustomerExtendedList', - meta: { - title: 'extendedList', - icon: 'vn:client', - }, - component: () => - import( - 'src/pages/Customer/ExtendedList/CustomerExtendedList.vue' - ), - }, { path: 'notifications', name: 'CustomerNotifications',