@@ -139,6 +139,7 @@
|
||||
</el-table>
|
||||
<div class="top" style="margin: 10px 0">
|
||||
<span>{{ $t('upload:dicom:uploadTitle') }}</span>
|
||||
<span style="margin-left: 10px">{{ $store.state.trials.uploadTip }}</span>
|
||||
</div>
|
||||
<!--上传列表-->
|
||||
<el-table
|
||||
|
||||
@@ -230,9 +230,9 @@
|
||||
{{ $t('trials:uploadNonDicoms:button:select') }}
|
||||
</div>
|
||||
</div>
|
||||
<span style="margin-left: 10px">{{
|
||||
<!-- <span style="margin-left: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
}}</span> -->
|
||||
</div>
|
||||
</form>
|
||||
<!-- 文件列表 -->
|
||||
@@ -316,6 +316,9 @@
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<div style="text-align: right; padding: 10px 0px">
|
||||
<span style="margin-right: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
<el-button
|
||||
size="small"
|
||||
type="primary"
|
||||
|
||||
@@ -231,9 +231,6 @@
|
||||
@change="beginScanFiles($event)"
|
||||
/>
|
||||
</div>
|
||||
<span style="margin-left: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -578,6 +575,9 @@
|
||||
<!-- <el-button :disabled="btnLoading" size="small" type="primary" @click="cancel">
|
||||
{{ $t('trials:uploadDicomList:button:close') }}
|
||||
</el-button> -->
|
||||
<span style="margin-right: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
<!-- 上传 -->
|
||||
<el-button
|
||||
size="small"
|
||||
|
||||
@@ -336,9 +336,6 @@
|
||||
{{ $t('trials:uploadNonDicoms:button:select') }}
|
||||
</div>
|
||||
</div>
|
||||
<span style="margin-left: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
</div>
|
||||
</form>
|
||||
<!-- 文件列表 -->
|
||||
@@ -422,6 +419,9 @@
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<div style="text-align: right; padding: 10px 0px">
|
||||
<span style="margin-right: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
<el-button
|
||||
size="small"
|
||||
type="primary"
|
||||
|
||||
Reference in New Issue
Block a user