-
+
+
+ 个人房源 521
+
个人房源 521
+
-
+
+
+
+
+ 中介房源 82
+
中介房源 82
-
+
+
+
+
+
+
+
+
+
+
收起筛选条件
+
筛选  : 
+
+
+ {{ item }}c
+  | 
+
+
+

+
+
+
+
+
+
+
+
+ 共
{{ count || 0 }}条
+ {{ tabType === 'person' ?
+ '个人房源' : tabType === 'intermediary' ?
+ '中介房源' : tabType === 'apartment' ?
+ '品牌公寓' : '' }}
+  
+ |
+  
+
+
{{ selectTabCheck.title }}:
+
+ {{ item.title }}
+

+
+
+
+
+
+
+ {{ listSort.check }}
+
+
+
+
+
+
+
+
+}
+
+::v-deep .el-dropdown-menu__item {
+ --el-dropdown-menuItem-hover-color: #7F7F7F;
+ --el-dropdown-menuItem-hover-fill: rgba(246, 246, 246, 1);
+}
+
\ No newline at end of file
diff --git a/src/components/seachPage/select.vue b/src/components/seachPage/selectInfo.vue
similarity index 100%
rename from src/components/seachPage/select.vue
rename to src/components/seachPage/selectInfo.vue
diff --git a/src/components/selectTabBox/selectTabBox.vue b/src/components/selectTabBox/selectTabBox.vue
index 5af0894..7c0d346 100644
--- a/src/components/selectTabBox/selectTabBox.vue
+++ b/src/components/selectTabBox/selectTabBox.vue
@@ -1,5 +1,5 @@
-
+
{{ routePath === '/needHousing' ? '目标区域' : '地理位置' }}
@@ -127,7 +127,7 @@
-
{{ routePath === '/needHousing' ? '租金预算' : '租金' }}
+
{{ routePath === '/needHousing' ? '租金预算' : '租金' }}
-
+
- 共{{ count || 0 }}条个人房源
+ 共{{ count || 0 }}条
+ {{routePath === '/personHousing'?
+ '个人房源':routePath === '/intermediaryHousing'?
+ '中介房源':routePath === '/needHousing'?
+ '求房源':''}}
 
|
 
@@ -228,7 +232,7 @@