From e9cefc11570a1e12ee60ad819699abe8c1d032bf Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 19 Dec 2024 09:54:04 +0800 Subject: [PATCH] =?UTF-8?q?pacs=E6=8B=89=E5=8F=96=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-inspection/components/pull-image-list.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-inspection/components/pull-image-list.vue b/src/views/trials/trials-inspection/components/pull-image-list.vue index dc0aeb9..8e7535a 100644 --- a/src/views/trials/trials-inspection/components/pull-image-list.vue +++ b/src/views/trials/trials-inspection/components/pull-image-list.vue @@ -117,6 +117,7 @@ clearable multiple collapse-tags + style="width: 140px;" > = MaxStudyCount) { let message = this.$t( 'trials:inspection:pullImage:confirm:limit50' - ).replace('xx', MaxStudyCount) - this.$confirm(message, 'hahaha', { + ).replace('xxx', MaxStudyCount) + this.$confirm(message, '', { type: 'warning', showCancelButton: false, })