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 @@