阻止iview-modal确定时关闭

使用slot插入自定义的底部按钮组:
<Modal title="退款" v-model="showRejectModal">
   <!--重点就是下面的代码了-->
   <div slot="footer">
       <Button type="text" size="large" @click="showRejectModal=false">取消</Button>
       <Button type="primary" size="large" @click="doSomething">确定</Button>
   </div>
</Modal>

参考:(5条消息) 阻止iview-modal确定时关闭_夏尔の的博客-CSDN博客

posted on 2023-03-15 08:13  SE7EN_96  阅读(162)  评论(0编辑  收藏  举报

导航