From 53dcea81ddbd2e7855b956ceaa3ec78fe3364721 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 16 Oct 2024 16:19:20 +0800 Subject: [PATCH] fix --- src/pages/match/add/step3.vue | 1 + src/pages/match/manage/matchInfo.vue | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/pages/match/add/step3.vue b/src/pages/match/add/step3.vue index e21edae..86b0329 100644 --- a/src/pages/match/add/step3.vue +++ b/src/pages/match/add/step3.vue @@ -354,6 +354,7 @@ export default { this.$confirm('团队赛发布成功,由于您设置的报名时间已结束,如需自动分配阶段参赛人员,请前往报名人员列表进行设置', '提示', { confirmButtonText: '关闭', type: 'success', + showCancelButton: false, closeOnClickModal: false, dangerouslyUseHTMLString: true, showClose: false, diff --git a/src/pages/match/manage/matchInfo.vue b/src/pages/match/manage/matchInfo.vue index 56ccb88..6d37f1b 100644 --- a/src/pages/match/manage/matchInfo.vue +++ b/src/pages/match/manage/matchInfo.vue @@ -43,8 +43,8 @@