算法对比,弹框增加确定取消按钮

This commit is contained in:
guoyue 2022-09-21 21:12:29 +08:00
parent 44525afeb8
commit 14978ef490
1 changed files with 3 additions and 2 deletions

View File

@ -156,8 +156,9 @@
class="modal-box"
title="请选择"
:visible="showAddModal"
:onOk="handleOk"
:onCancel="handleCancel"
@ok="handleOk"
@cancel="handleCancel"
>
<a-table
:columns="columns"