Lou
2023-12-06 e5c6cf597abe3a454f5686ec0c41bfe48d4e746c
subPackage/workbench/views/rental.vue
@@ -6,8 +6,8 @@
               @onSelected='handleSelect'></chenchuang-CCDropDownFilter>
         </view> -->
         <view class="tabs">
            <u-tabs :list="tabsList" :current="tabIndex" @click="tabClick"  :inactiveStyle="{color:'#999999'}"
            :activeStyle="{color:'#017BFC'}"></u-tabs>
            <u-tabs :list="tabsList" :current="tabIndex" @click="tabClick" :inactiveStyle="{color:'#999999'}"
               :activeStyle="{color:'#017BFC'}"></u-tabs>
         </view>
         <view class="search-box">
            <u-search placeholder="请输入租户名" v-model="keyword" :clearabled="true" :showAction="true" :animation="true"
@@ -232,6 +232,7 @@
         tabClick(item) {
            this.tabIndex = item.index;
            this.pagingParams.auditStatus = item.value;
            this.tenantList = []
            this.getRentalHouseInfo()
            this.getStatistics(item.value)
         },
@@ -415,4 +416,4 @@
         }
      }
   }
</style>
</style>