diff --git a/pages/home/home.vue b/pages/home/home.vue
index 039aebc..98bb142 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -8,7 +8,7 @@
+ v-model="lockSearch.searchStr" bgColor="#ffffff" :showAction="false" maxlength="50">
diff --git a/pages/keyList/keyList.vue b/pages/keyList/keyList.vue
index eab770d..6ee125f 100644
--- a/pages/keyList/keyList.vue
+++ b/pages/keyList/keyList.vue
@@ -6,7 +6,7 @@
+ v-model="keySearch.searchStr" bgColor="#ffffff" :showAction="false" maxlength="50">
diff --git a/pages/passwordList/passwordList.vue b/pages/passwordList/passwordList.vue
index 3ed0ea8..24289d7 100644
--- a/pages/passwordList/passwordList.vue
+++ b/pages/passwordList/passwordList.vue
@@ -6,7 +6,7 @@
+ v-model="passwordSearch.searchStr" bgColor="#ffffff" :showAction="false" maxlength="50">