src/views/dataTest/components/CircuitDiagram.vue
@@ -266,6 +266,9 @@ type: [String, Number], default: 0, }, calcLoadCurr: { type: [String, Number] }, }, computed: { isCollect() { @@ -327,7 +330,9 @@ return rs; }, loadCurr() { return this.batt.loadCurr != undefined return this.calcLoadCurr ? this.calcLoadCurr : this.batt.loadCurr != undefined ? this.batt.loadCurr.toHold(2) : "??"; },