分割恢复优化

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

View File

@ -127,7 +127,7 @@
</el-switch>
<span style="margin-left: 5px;">{{
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
}}</span>
}}</span>
</div>
</div>
<template v-if="segmentList.length > 0">
@ -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>
@ -300,7 +300,7 @@
<template slot-scope="scope">
<el-button type="text" @click.stop="restoreSegmentationVersion(scope.row)">{{
$t('trials:reading:Segmentations:button:recovery')
}}</el-button>
}}</el-button>
</template>
</el-table-column>
</el-table>
@ -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) {