1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-05-12 11:27:56 +08:00
parent fed2677689
commit b59e0c12f6
1 changed files with 3 additions and 3 deletions

View File

@ -127,7 +127,7 @@
</el-switch> </el-switch>
<span style="margin-left: 5px;">{{ <span style="margin-left: 5px;">{{
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow') $t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
}}</span> }}</span>
</div> </div>
</div> </div>
<template v-if="segmentList.length > 0"> <template v-if="segmentList.length > 0">
@ -302,7 +302,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" @click.stop="restoreSegmentationVersion(scope.row)">{{ <el-button type="text" @click.stop="restoreSegmentationVersion(scope.row)">{{
$t('trials:reading:Segmentations:button:recovery') $t('trials:reading:Segmentations:button:recovery')
}}</el-button> }}</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@ -1658,7 +1658,7 @@ export default {
blob = { size: 0 } blob = { size: 0 }
segmentGroup.segUrl = null segmentGroup.segUrl = null
} }
segmentGroup.size = blob.size
this.addOrUpdateSegmentation({ name: segmentGroup.name, id: segmentGroup.segmentationId, url: segmentGroup.segUrl, size: blob.size }) this.addOrUpdateSegmentation({ name: segmentGroup.name, id: segmentGroup.segmentationId, url: segmentGroup.segUrl, size: blob.size })
this.changeSegmentationSavedStatus(segmentGroup.segmentationId, saveSegment) this.changeSegmentationSavedStatus(segmentGroup.segmentationId, saveSegment)
if (saveSegment) { if (saveSegment) {