| | |
| | | <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>
|
| | |
| | | this.selectDate = val;
|
| | | this.resetParams();
|
| | | this.getRentalHouseInfo()
|
| | | },
|
| | | navWorkList(code) {
|
| | | uni.navigateTo({
|
| | | url: `/subPackage/task/workLogList?code=${code}`
|
| | | })
|
| | | }
|
| | | }
|
| | | }
|