mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
optimize charge port show
This commit is contained in:
parent
d20bb79736
commit
f334103a69
@ -7,7 +7,7 @@
|
||||
</view>
|
||||
<view class="flex justify-start mtc-machine-port">
|
||||
<view v-for="(item,index) in ports" :key="index" class="port-item">
|
||||
<view class="item-1" :class="{'item-1-active':curPort.portId == item.portId || item.state=='WORK'}" @click="_switchPort(item)">
|
||||
<view class="item-1" :class="{'item-1-active':curPort.portId == item.portId || item.state=='WORKING'}" @click="_switchPort(item)">
|
||||
<view class="port-name">
|
||||
{{item.portName}}
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user