From 10b5bba0dd8220affba6e5c3efd7c7980cd05256 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 11 May 2026 10:35:14 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=89=B2=E6=81=A2=E5=A4=8D=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reading/dicoms3D/components/Segmentations.vue | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
index fd0fc9de..44a6db7a 100644
--- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
+++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
@@ -127,7 +127,7 @@
{{
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
- }}
+ }}
@@ -285,7 +285,7 @@
-
+
@@ -300,7 +300,7 @@
{{
$t('trials:reading:Segmentations:button:recovery')
- }}
+ }}
@@ -820,6 +820,7 @@ export default {
this.getSegmentation(this.segmentationId)
DicomEvent.$emit('renderSegmentationBychangeSegmention')
this.visible = false
+ this.$message.success(this.$t("trials:reading:Segmentations:message:restoreSuccess"))
}
return false
} catch (err) {