去除分割上传文件按钮
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
28ac64747b
commit
d0ba340fea
|
|
@ -40,9 +40,9 @@
|
||||||
@click.prevent="setToolActive('CircularEraser')">
|
@click.prevent="setToolActive('CircularEraser')">
|
||||||
<svg-icon icon-class="clear" class="svg-icon" />
|
<svg-icon icon-class="clear" class="svg-icon" />
|
||||||
</div>
|
</div>
|
||||||
<div :class="['tool-item']">
|
<!-- <div :class="['tool-item']">
|
||||||
<input type="file" @change="beginScanFiles($event)">
|
<input type="file" @change="beginScanFiles($event)">
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="ConfigBox">
|
<div class="ConfigBox">
|
||||||
<div class="EraserConfig"
|
<div class="EraserConfig"
|
||||||
|
|
@ -133,8 +133,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="SegmentConfig">
|
<div class="SegmentConfig">
|
||||||
<span>{{ $t('trials:reading:Segmentations:title:Border') }}</span>
|
<span>{{ $t('trials:reading:Segmentations:title:Border') }}</span>
|
||||||
<el-slider v-model="SegmentConfig.outlineWidth" show-input :step="1" :max="10"
|
<el-slider v-model="SegmentConfig.outlineWidth" show-input :step="1" :max="10" input-size="mini"
|
||||||
input-size="mini" :show-input-controls="false" />
|
:show-input-controls="false" />
|
||||||
</div>
|
</div>
|
||||||
<span class="line" />
|
<span class="line" />
|
||||||
<div class="SegmentConfig" style="justify-content: flex-start;">
|
<div class="SegmentConfig" style="justify-content: flex-start;">
|
||||||
|
|
@ -143,7 +143,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">
|
||||||
|
|
@ -326,7 +326,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>
|
||||||
|
|
@ -602,6 +602,7 @@ export default {
|
||||||
brushSize: {
|
brushSize: {
|
||||||
handler() {
|
handler() {
|
||||||
this.setBrushSize(this.activeTool)
|
this.setBrushSize(this.activeTool)
|
||||||
|
this.setSegmentConfig()
|
||||||
},
|
},
|
||||||
deep: true
|
deep: true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue