fix: 解析客流上报数据-显示中文字段调整
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 14s

This commit is contained in:
lzh
2025-12-19 14:01:17 +08:00
parent 1b9bfb7bb2
commit 31f2cc61a2

View File

@@ -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>