From 989cf77b313f5a4715400e4cb31aa7e812d65bae Mon Sep 17 00:00:00 2001 From: jianjun Date: Thu, 25 Aug 2022 16:50:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E6=90=9C=E7=B4=A2=E9=A1=B5?= =?UTF-8?q?=20=E4=B8=8B=E6=8B=89=E6=94=AF=E6=8C=81=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiSearch.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 842806954..abff9a4ea 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -48,6 +48,7 @@ v-model.trim="form.VILLAGE_ID" placeholder="请选择小区" size="small" + filterable clearable class="resi-cell-select" @clear="handleClearVillage" @@ -65,6 +66,7 @@ v-model.trim="form.BUILD_ID" placeholder="楼号" size="small" + filterable clearable style="width: 120px;" class="resi-cell-select" @@ -85,6 +87,7 @@ :disabled="changeBDisabled" placeholder="单元" size="small" + filterable clearable style="width: 120px;" class="resi-cell-select" @@ -104,6 +107,7 @@ :disabled="changeDDisabled" placeholder="房号" size="small" + filterable clearable style="width: 120px;" class="resi-cell-select"