mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
优化代码
This commit is contained in:
parent
21f0565ff9
commit
9f21277e3f
@ -26,7 +26,7 @@
|
||||
<view class="title">状态</view>
|
||||
{{machine.stateName}}
|
||||
</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><button @click="_toPlayChargeVideo()" class="cu-btn line-blue round q-input">观看</button></view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user