From a5df439fd05d21a2e3f588ea961979413019d195 Mon Sep 17 00:00:00 2001 From: guoyue Date: Wed, 21 Sep 2022 22:31:56 +0800 Subject: [PATCH] =?UTF-8?q?pk=20=E7=AE=97=E6=B3=95=E5=AF=B9=E6=AF=94?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=BC=B9=E6=A1=86=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E7=A1=AE=E5=AE=9A=E6=8C=89=E9=92=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/algorithmCompare.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/front/src/views/home/algorithmCompare.vue b/front/src/views/home/algorithmCompare.vue index 812c4bf0..6b155b17 100644 --- a/front/src/views/home/algorithmCompare.vue +++ b/front/src/views/home/algorithmCompare.vue @@ -156,6 +156,8 @@ class="modal-box" title="请选择" :visible="showAddModal" + ok-text="确认" + cancel-text="取消" @ok="handleOk" @cancel="handleCancel" @@ -653,7 +655,14 @@ } + +