CA电压
{{ (pcslist.acCaVolt * 1).toFixed(2) ?? "-" }} V
AB电流
{{ (pcslist.acAbCurrent * 1).toFixed(2) ?? "-" }} A
BC电流
{{ (pcslist.acBcCurrent * 1).toFixed(2) ?? "-" }} A
CA电流
{{ (pcslist.acCaCurrent * 1).toFixed(2) ?? "-" }} A
A相电压
{{ (pcslist.acAphaseVolt * 1).toFixed(2) ?? "-" }} V
B相电压
{{ (pcslist.acBphaseVolt * 1).toFixed(2) ?? "-" }} V
C相电压
{{ (pcslist.acCphaseVolt * 1).toFixed(2) ?? "-" }} V
A相电流
{{ (pcslist.acAphaseCurrent * 1).toFixed(2) ?? "-" }} A