diff --git a/frontend/src/pages/Contact.vue b/frontend/src/pages/Contact.vue index 240176a6..9d74ef66 100644 --- a/frontend/src/pages/Contact.vue +++ b/frontend/src/pages/Contact.vue @@ -669,38 +669,4 @@ const dealColumns = [ width: '8rem', }, ] - - - + \ No newline at end of file diff --git a/frontend/src/pages/MobileContact.vue b/frontend/src/pages/MobileContact.vue index 43bdeae5..e965c22c 100644 --- a/frontend/src/pages/MobileContact.vue +++ b/frontend/src/pages/MobileContact.vue @@ -650,37 +650,3 @@ const dealColumns = [ }, ] - - diff --git a/frontend/src/pages/MobileOrganization.vue b/frontend/src/pages/MobileOrganization.vue new file mode 100644 index 00000000..7a5bbbee --- /dev/null +++ b/frontend/src/pages/MobileOrganization.vue @@ -0,0 +1,563 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + {{ organization.doc.name }} + + + + + + + + + + + + + + + + + + + + + + {{ __(tab.label) }} + + {{ tab.count }} + + + + + + + + + + + + + + + + + + + + + {{ __('No {0} Found', [__(tab.label)]) }} + + + + + + + + + diff --git a/frontend/src/router.js b/frontend/src/router.js index 2a51c260..a64bdd8b 100644 --- a/frontend/src/router.js +++ b/frontend/src/router.js @@ -74,7 +74,7 @@ const routes = [ { path: '/organizations/:organizationId', name: 'Organization', - component: () => import('@/pages/Organization.vue'), + component: () => import(`@/pages/${handleMobileView('Organization')}.vue`), props: true, }, {