hdw
2019-01-09 b4828d7800516141d6bdb419111a5f4e0e7ac554
gx_tieta/WebRoot/charge-test.jsp
@@ -4172,7 +4172,7 @@
    function getBattStr() {
       var battInfo = getBattinfById();
       //console.info(battInfo);
       var battStr = battInfo.StationName+'-'+battInfo.BattGroupName;
       var battStr = battInfo.StationName+'-'+battInfo.BattGroupName+'-标称容量'+battInfo.MonCapStd+'AH';
       $('#address_infor').text(battStr);
    }