.
This commit is contained in:
parent
6ad1038fa3
commit
4f65dd9715
@ -227,8 +227,11 @@
|
||||
{{ child.showName }}
|
||||
</view>
|
||||
</u-col>
|
||||
<u-col span="5">
|
||||
<u-col span="6">
|
||||
<view class="fixed">
|
||||
<custom-signal :online="true"
|
||||
:value="dc.dataObj[child.dataKey]?.comm.rssi"
|
||||
v-if="dc.dataObj[child.dataKey]?.comm.type == '4g'" />
|
||||
<custom-battery :online="dc.dataObj[child.dataKey]?.online"
|
||||
:charging="dc.dataObj[child.dataKey]?.adc.charging"
|
||||
:value="dc.dataObj[child.dataKey]?.adc.b" />
|
||||
@ -239,7 +242,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</u-col>
|
||||
<u-col span="5" style="align-items: flex-end;">
|
||||
<u-col span="4" style="align-items: flex-end;border: 1px solid;">
|
||||
<view class="fixed">
|
||||
<u-button type="success" size="mini" text="刷新" icon="reload"
|
||||
:loading="dc.dataObj[child.dataKey]?.refresh"
|
||||
|
Loading…
Reference in New Issue
Block a user