diff --git a/snowy-admin-web/src/views/biz/notice/index.vue b/snowy-admin-web/src/views/biz/notice/index.vue
index 10227fd3..9296948d 100644
--- a/snowy-admin-web/src/views/biz/notice/index.vue
+++ b/snowy-admin-web/src/views/biz/notice/index.vue
@@ -42,7 +42,7 @@
重置
-
+
{{ advanced ? '收起' : '展开' }}
diff --git a/snowy-plugin/snowy-plugin-gen/src/main/resources/frontend/index.vue.btl b/snowy-plugin/snowy-plugin-gen/src/main/resources/frontend/index.vue.btl
index c2d133f8..155814a4 100644
--- a/snowy-plugin/snowy-plugin-gen/src/main/resources/frontend/index.vue.btl
+++ b/snowy-plugin/snowy-plugin-gen/src/main/resources/frontend/index.vue.btl
@@ -75,7 +75,7 @@
重置
<% if(searchCount > 3) { %>
-
+
{{ advanced ? '收起' : '展开' }}