diff --git a/src/components/BaseForm/search-form.vue b/src/components/BaseForm/search-form.vue
index 101e399b..f1f99380 100644
--- a/src/components/BaseForm/search-form.vue
+++ b/src/components/BaseForm/search-form.vue
@@ -13,6 +13,7 @@
v-model="searchData[item.prop]"
:placeholder="item.placeholder"
size="mini"
+ clearable
:style="{ width: item.width }"
:readonly="item.readonly"
/>
@@ -22,6 +23,7 @@
v-model="searchData[item.prop]"
:placeholder="item.placeholder"
size="mini"
+ clearable
:style="{ width: item.width }"
@change="item.change && item.change(that, searchData[item.prop])"
>
@@ -37,6 +39,7 @@
v-model="searchData[item.prop]"
:placeholder="item.placeholder"
size="mini"
+ clearable
:style="{ width: item.width }"
@change="item.change && item.change(that, searchData[item.prop])"
>
@@ -96,6 +99,7 @@
value-format="yyyy-MM-dd"
format="yyyy-MM-dd"
:picker-options="item.pickerOption"
+ clearable
/>