From 91f60ae4c43ef22d1934cafbf2cfbdd5df5dc036 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Sat, 1 Jun 2024 18:20:41 +0530 Subject: [PATCH] fix: show group by data based on group by options --- .../src/components/ListViews/ListRows.vue | 10 ++- frontend/src/pages/Deals.vue | 73 ++++++++++++------- frontend/src/pages/Leads.vue | 72 +++++++++++------- 3 files changed, 96 insertions(+), 59 deletions(-) diff --git a/frontend/src/components/ListViews/ListRows.vue b/frontend/src/components/ListViews/ListRows.vue index a8fa6125..0fead883 100644 --- a/frontend/src/components/ListViews/ListRows.vue +++ b/frontend/src/components/ListViews/ListRows.vue @@ -5,10 +5,13 @@
-
{{ __('Status') }} -
+
{{ __(group.label) }} -
- -
{{ group.group }}
+ +
+ {{ __('Empty') }} +
+
{{ group.group }}
@@ -37,7 +40,6 @@ diff --git a/frontend/src/pages/Leads.vue b/frontend/src/pages/Leads.vue index 81e80be2..a8bb010e 100644 --- a/frontend/src/pages/Leads.vue +++ b/frontend/src/pages/Leads.vue @@ -65,6 +65,7 @@