Files
PropertyDeployment/resources/Web/MicroCommunityIotWeb/html/components/charge/throwStopChargeMachine/throwStopChargeMachine.html
2025-12-09 20:22:03 +08:00

31 lines
1.5 KiB
HTML

<div class="modal fade" id="throwStopChargeMachineModel" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">
<vc:i18n name="请确认您的操作!"></vc:i18n>
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<tr align="center">
<th>
<vc:i18n name="先用停止充电方式停止,如果设备没有反映,并且设备也是空闲状态,那么用异常停止方式停止" namespace="throwStopChargeMachine"></vc:i18n>
</th>
</tr>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal"
v-on:click="closeThrowStopChargeMachineModel()">
<vc:i18n name="点错了"></vc:i18n>
</button>
<button type="button" class="btn btn-primary" v-on:click="throwStopChargeMachine()">
<vc:i18n name="确认停止!"></vc:i18n>
</button>
</div>
</div>
</div>
</div>