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) {