Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/components/property/deleteInspectionPlanStaff/deleteInspectionPlanStaff.html
2025-12-09 20:22:03 +08:00

20 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="modal fade" id="deleteInspectionPlanStaffModel" tabindex="-1" 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"><span><vc:i18n name="温馨提示" namespace="deleteInspectionPlanStaff"></vc:i18n></span></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><span><vc:i18n name="确定删除巡检人" namespace="deleteInspectionPlanStaff"></vc:i18n></span></th></tr>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" v-on:click="closeDeleteInspectionPlanStaffModel()"><span><vc:i18n name="点错了" namespace="deleteInspectionPlanStaff"></vc:i18n></span></button>
<button type="button" class="btn btn-primary" v-on:click="deleteInspectionPlanStaff()"><span><vc:i18n name="确认删除" namespace="deleteInspectionPlanStaff"></vc:i18n></span></button>
</div>
</div>
</div>
</div>