戴艳蓉 3 лет назад
Родитель
Сommit
eb243215ad

+ 1 - 0
src/components/globalComponents/search-account/main.vue

@@ -3,6 +3,7 @@
     v-model="value"
     multiple
     filterable
+    clearable
     remote
     :multiple-limit="1"
     reserve-keyword

+ 1 - 0
src/components/globalComponents/search-brand/main.vue

@@ -4,6 +4,7 @@
     multiple
     filterable
     remote
+    clearable
     :multiple-limit="1"
     reserve-keyword
     :size="size || 'medium'"

+ 1 - 0
src/components/globalComponents/search-company-type/main.vue

@@ -7,6 +7,7 @@
     v-model="value"
     filterable
     reserve-keyword
+    clearable
     :size="size || 'medium'"
     style="width: 100%"
     :placeholder="placeholder || ''"

+ 1 - 0
src/components/globalComponents/search-customer/main.vue

@@ -4,6 +4,7 @@
     multiple
     filterable
     remote
+    clearable
     :multiple-limit="1"
     reserve-keyword
     :size="size || 'medium'"

+ 1 - 0
src/components/globalComponents/search-express/main.vue

@@ -4,6 +4,7 @@
     multiple
     filterable
     remote
+    clearable
     :multiple-limit="1"
     reserve-keyword
     :size="size || 'medium'"

+ 1 - 0
src/components/globalComponents/search-metal-kind/main.vue

@@ -6,6 +6,7 @@
   <el-select
     v-model="valuess"
     filterable
+    clearable
     reserve-keyword
     :size="size || 'medium'"
     style="width: 100%"

+ 1 - 0
src/components/globalComponents/search-spec/main.vue

@@ -7,6 +7,7 @@
     v-model="value"
     filterable
     reserve-keyword
+    clearable
     :size="size || 'medium'"
     style="width: 100%"
     :placeholder="placeholder || ''"

+ 1 - 0
src/components/globalComponents/search-stock/main.vue

@@ -4,6 +4,7 @@
     multiple
     filterable
     remote
+    clearable
     :multiple-limit="1"
     reserve-keyword
     :size="size || 'medium'"

+ 1 - 0
src/components/globalComponents/search-supplier/main.vue

@@ -4,6 +4,7 @@
     multiple
     filterable
     remote
+    clearable
     :multiple-limit="1"
     reserve-keyword
     :size="size || 'medium'"

+ 1 - 0
src/components/globalComponents/search-tax/main.vue

@@ -4,6 +4,7 @@
     :size="size || 'medium'"
     style="width: 100%"
     filterable
+    clearable
     :placeholder="placeholder || ''"
     :disabled="disabled"
     :loading="selectLoading"

+ 1 - 0
src/components/globalComponents/search-terrace/main.vue

@@ -4,6 +4,7 @@
     multiple
     filterable
     remote
+    clearable
     :multiple-limit="1"
     reserve-keyword
     :size="size || 'medium'"

+ 1 - 0
src/components/globalComponents/search-unit/main.vue

@@ -4,6 +4,7 @@
     multiple
     filterable
     remote
+    clearable
     :multiple-limit="1"
     reserve-keyword
     :size="size || 'medium'"

+ 1 - 0
src/components/globalComponents/search-work-company/main.vue

@@ -4,6 +4,7 @@
     :size="size || 'medium'"
     style="width: 100%"
     filterable
+    clearable
     :placeholder="placeholder || ''"
     :disabled="disabled"
     :loading="selectLoading"