mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化代码
This commit is contained in:
parent
21f0565ff9
commit
9f21277e3f
@ -26,7 +26,7 @@
|
|||||||
<view class="title">状态</view>
|
<view class="title">状态</view>
|
||||||
{{machine.stateName}}
|
{{machine.stateName}}
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group" v-if="machine.monitorId">
|
<view class="cu-form-group" v-if="machine.monitorId && machine.monitorId != '-1'">
|
||||||
<view class="title">监控</view>
|
<view class="title">监控</view>
|
||||||
<view><button @click="_toPlayChargeVideo()" class="cu-btn line-blue round q-input">观看</button></view>
|
<view><button @click="_toPlayChargeVideo()" class="cu-btn line-blue round q-input">观看</button></view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user