分割恢复优化

has
wangxiaoshuang 2026-05-11 10:35:14 +08:00
parent 159a36cd70
commit 10b5bba0dd
1 changed files with 4 additions and 3 deletions

View File

@ -285,7 +285,7 @@
<el-dialog :visible.sync="visible" :close-on-click-modal="false" <el-dialog :visible.sync="visible" :close-on-click-modal="false"
:title="$t('trials:reading:Segmentations:recovery')" width="850px"> :title="$t('trials:reading:Segmentations:recovery')" width="850px">
<el-table :data="recoveryList" style="width: 100%;background-color: #1e1e1e;"> <el-table :data="recoveryList" style="width: 100%;background-color: #1e1e1e;">
<el-table-column type="index" width="50"> <el-table-column type="index" width="50" :label="$t('dictionary:template:globalConfig:order')">
</el-table-column> </el-table-column>
<el-table-column property="Version" :label="$t('trials:reading:Segmentations:table:Version')"> <el-table-column property="Version" :label="$t('trials:reading:Segmentations:table:Version')">
</el-table-column> </el-table-column>
@ -820,6 +820,7 @@ export default {
this.getSegmentation(this.segmentationId) this.getSegmentation(this.segmentationId)
DicomEvent.$emit('renderSegmentationBychangeSegmention') DicomEvent.$emit('renderSegmentationBychangeSegmention')
this.visible = false this.visible = false
this.$message.success(this.$t("trials:reading:Segmentations:message:restoreSuccess"))
} }
return false return false
} catch (err) { } catch (err) {