fix: 解析客流上报数据-显示中文字段调整
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 14s
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 14s
This commit is contained in:
@@ -383,7 +383,7 @@
|
||||
<div v-if="counter.latestData" class="small text-muted d-flex justify-content-between">
|
||||
<span><i class="far fa-clock me-1"></i>{{ formatCounterTime(counter.latestData.time) }}</span>
|
||||
<span>
|
||||
<i class="fas fa-battery-half me-1"></i>Rx:{{counter.latestData.rxBat}}% / Tx:{{counter.latestData.txBat}}%
|
||||
<i class="fas fa-battery-half me-1"></i>接收端电量:{{counter.latestData.rxBat}}% / 电量:{{counter.latestData.txBat}}%
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user