diff --git a/pgweb/src/components/menu/nxIconMenu.vue b/pgweb/src/components/menu/nxIconMenu.vue
index 0273f02..71b168c 100644
--- a/pgweb/src/components/menu/nxIconMenu.vue
+++ b/pgweb/src/components/menu/nxIconMenu.vue
@@ -17,9 +17,9 @@
{{ replacePhrases(menuItem.title, replaceRule1) }}
{{ unreturnedCount }}
-
-
-
+ {{ estimateCounts.total }}
+ {{ surveyFollowCount }}
+ {{ reportProduceCounts.total }}
diff --git a/pgweb/src/components/menu/nxMenu.vue b/pgweb/src/components/menu/nxMenu.vue
index be5f7c2..c9959d1 100644
--- a/pgweb/src/components/menu/nxMenu.vue
+++ b/pgweb/src/components/menu/nxMenu.vue
@@ -8,11 +8,11 @@
{{ unreturnedCount }}
-
+ {{ estimateCounts.total }}
-
+ {{ surveyFollowCount }}
-
+ {{ reportProduceCounts.total }}
@@ -24,21 +24,21 @@
{{ unreturnedCount }}
-
+ {{ estimateCounts.pending }}
-
+ {{ estimateCounts.secondReview }}
-
+ {{ estimateCounts.thirdReview }}
-
+ {{ estimateCounts.sign }}
-
+ {{ surveyFollowCount }}
-
+ {{ reportProduceCounts.pending }}
-
+ {{ reportProduceCounts.secondReview }}
-
+ {{ reportProduceCounts.thirdReview }}