提交 b7e813db 编写于 作者: nengyuangzhang's avatar nengyuangzhang

updated microgrid battery in myems-admin

上级 d3a5c3e0
......@@ -227,8 +227,8 @@
<th class="text-center">{{'MICROGRID.POWER_POINT' | translate}}</th>
<th class="text-center">{{'MICROGRID.CHARGE_METER' | translate}}</th>
<th class="text-center">{{'MICROGRID.DISCHARGE_METER' | translate}}</th>
<th class="text-center">{{'MICROGRID.CAPACITY' | translate}}(kW)</th>
<th class="text-center">{{'MICROGRID.NOMINAL_VOLTAGE' | translate}}(kW)</th>
<th class="text-center">{{'MICROGRID.CAPACITY' | translate}} (Ah)</th>
<th class="text-center">{{'MICROGRID.NOMINAL_VOLTAGE' | translate}} (V)</th>
<th class="text-center">{{'SETTING.ACTION' | translate}}</th>
</tr>
</thead>
......
......@@ -62,14 +62,14 @@
</ui-select>
</div>
</div>
<div class="form-group"><label class="col-sm-2 control-label">{{'MICROGRID.CAPACITY' | translate}}(kW)</label>
<div class="form-group"><label class="col-sm-2 control-label">{{'MICROGRID.CAPACITY' | translate}} (Ah)</label>
<div class="col-sm-10"><input ng-model="microgridbattery.capacity" type="number" name="microgridbatterycapacity" class="form-control" required="">
<div class="m-t-xs" ng-show="form_microgridbattery.microgridbatterycapacity.$invalid && form_microgridbattery.microgridbatterycapacity.$dirty">
<small class="text-danger" ng-show="form_microgridbattery.microgridbatterycapacity.$error.required">{{'MICROGRID.INPUT_CAPACITY' | translate}}</small>
</div>
</div>
</div>
<div class="form-group"><label class="col-sm-2 control-label">{{'MICROGRID.NOMINAL_VOLTAGE' | translate}}(kW)</label>
<div class="form-group"><label class="col-sm-2 control-label">{{'MICROGRID.NOMINAL_VOLTAGE' | translate}} (V)</label>
<div class="col-sm-10"><input ng-model="microgridbattery.nominal_voltage" type="number" name="microgridbatterynominal_voltage" class="form-control" required="">
<div class="m-t-xs" ng-show="form_microgridbattery.microgridbatterynominal_voltage.$invalid && form_microgridbattery.microgridbatterynominal_voltage.$dirty">
<small class="text-danger" ng-show="form_microgridbattery.microgridbatterynominal_voltage.$error.required">{{'MICROGRID.INPUT_NOMINAL_VOLTAGE' | translate}}</small>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册