diff --git a/src/PagesStatistics/index.vue b/src/PagesStatistics/index.vue
index 931c6ee..8148cca 100644
--- a/src/PagesStatistics/index.vue
+++ b/src/PagesStatistics/index.vue
@@ -1,6 +1,14 @@
-
-
+
+
@@ -9,8 +17,10 @@
v-for="(child, index) in item.child"
:key="index"
@click="(child as any).fn(child)"
+ v-show="isShowModule([{title: child.title}])"
+ :class="{'box': isShowModule([{title: child.title}])}"
>
-
+
- {{ child.title }}
+ {{ child.title }}
+
+
+