diff --git a/packageRc/components/PopupLists.vue b/packageRc/components/PopupLists.vue
index 589cf89..19f2a40 100644
--- a/packageRc/components/PopupLists.vue
+++ b/packageRc/components/PopupLists.vue
@@ -32,6 +32,7 @@
class="popupList"
v-for="(item, index) in newCkeckData"
:key="index"
+ v-show="!item.hidden"
>
{{ item.name }}
diff --git a/packageRc/pages/policy/policyList.vue b/packageRc/pages/policy/policyList.vue
index e340036..80f95e8 100644
--- a/packageRc/pages/policy/policyList.vue
+++ b/packageRc/pages/policy/policyList.vue
@@ -22,6 +22,23 @@
@click="search()"
/>
+
+
+
@@ -92,6 +109,7 @@