Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/components/fee/refundDepositFee/refundDepositFee.html
2025-12-09 22:41:31 +08:00

31 lines
1.5 KiB
HTML

<div class="modal fade" id="refundDepositFeeModel" 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="请确认您的操作!" namespace="refundDepositFee"></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="refundDepositFee"></vc:i18n></span>
</th>
</tr>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" @click="closeRefundDepositFeeModel()">
<vc:i18n name="点错了" namespace="refundDepositFee"></vc:i18n>
</button>
<button type="button" class="btn btn-primary" v-on:click="refundDepositFee()">
<vc:i18n name="确认" namespace="refundDepositFee"></vc:i18n>
</button>
</div>
</div>
</div>
</div>