Lou
2024-01-17 ef51ae09decb4e016a849d8a5d96be7f44dafc4f
subPackage/workbench/views/rental.vue
@@ -62,7 +62,7 @@
                  <u-icon name="/static/icon/list-02.png" width="40rpx" height="40rpx"></u-icon>
                  <text class="f-28 c-main ml-10">租客管理</text>
               </view>
               <view class="action-item">
               <view class="action-item" @click="navWorkList(records.houseCode)">
                  <u-icon name="/static/icon/list-01.png" width="40rpx" height="40rpx"></u-icon>
                  <text class="f-28 c-main ml-10">走访日志</text>
               </view>
@@ -366,6 +366,11 @@
            this.selectDate = val;
            this.resetParams();
            this.getRentalHouseInfo()
         },
         navWorkList(code) {
            uni.navigateTo({
               url: `/subPackage/task/workLogList?code=${code}`
            })
         }
      }
   }