分割恢复优化
parent
159a36cd70
commit
10b5bba0dd
|
|
@ -285,7 +285,7 @@
|
|||
<el-dialog :visible.sync="visible" :close-on-click-modal="false"
|
||||
:title="$t('trials:reading:Segmentations:recovery')" width="850px">
|
||||
<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 property="Version" :label="$t('trials:reading:Segmentations:table:Version')">
|
||||
</el-table-column>
|
||||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue