调整用户手动绑定的时候,需要手动搜索才可以查询出公司,做好隐私处理,修改了电表在线状态错误的问题
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<view class="th" style="width: 130rpx" wx:else>
|
||||
<van-tag type="primary">合闸</van-tag>
|
||||
</view>
|
||||
<view class="th" style="width: 130rpx" wx:if="{{canConnect}}">
|
||||
<view class="th" style="width: 130rpx" wx:if="{{item.canConnect}}">
|
||||
<van-tag type="primary">在线</van-tag>
|
||||
</view>
|
||||
<view class="th" style="width: 130rpx" wx:else>
|
||||
|
Reference in New Issue
Block a user