| | |
| | | import CheckFace from "@/components/checkFace.vue"; |
| | | import const_61852 from "@/assets/js/const/const_61852"; |
| | | import DevAlarmParams from "@/views/dataTest/components/DevAlarmParams.vue"; |
| | | import getXuHang from "@/assets/js/tools/getXuHang"; |
| | | |
| | | const WSMixin = createWs("RealTime"); |
| | | |
| | |
| | | batt.monVolStd, |
| | | 1 |
| | | ); |
| | | let xuHang = batt.loadCurr ? real_cap / batt.loadCurr : 0; |
| | | let xuHang = getXuHang(real_cap, batt.loadCurr); |
| | | this.lastTimeTestInfo.realCap = real_cap.toHold(CAP) + "Ah"; |
| | | this.lastTimeTestInfo.xuHang = xuHang ? sethoubeiTime(xuHang) : "---"; |
| | | // 剩余容量 |