上传、下载影像
parent
e7ccb10ba3
commit
8d795994f6
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<base-model :config="model_cfg">
|
||||
<div slot="dialog-body">
|
||||
<div class="top">
|
||||
<div class="top" style="margin-bottom: 10px">
|
||||
<el-button type="primary" size="small" class="el-icon-upload2">
|
||||
<label for="file">
|
||||
{{ $t("trials:uploadImage:button:selectFolder") }}
|
||||
|
@ -48,6 +48,7 @@
|
|||
<el-table-column
|
||||
prop="uploadStudyList"
|
||||
:label="$t('trials:uploadImage:table:uploadStudyListNum')"
|
||||
min-width="140"
|
||||
>
|
||||
<template slot-scope="scope">{{
|
||||
scope.row.orginalStudyList.length
|
||||
|
@ -75,16 +76,13 @@
|
|||
<el-table-column
|
||||
prop="scheduleNum"
|
||||
:label="$t('trials:uploadImage:table:scheduleNum')"
|
||||
min-width="140"
|
||||
>
|
||||
<template slot-scope="scope">{{
|
||||
scope.row.orginalStudyList.length
|
||||
}}</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
:label="$t('common:action:action')"
|
||||
width="250"
|
||||
fixed="right"
|
||||
>
|
||||
<el-table-column :label="$t('common:action:action')" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
circle
|
||||
|
|
|
@ -176,13 +176,17 @@
|
|||
@click="handleReadImage(scope.row)"
|
||||
/>
|
||||
<!-- 上传 -->
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
v-hasPermi="['role:ir']"
|
||||
v-if="
|
||||
item.CriterionType === 0 &&
|
||||
(item.ImageDownloadEnum > 0 || item.ImageUploadEnum > 0)
|
||||
"
|
||||
circle
|
||||
icon="el-icon-upload2"
|
||||
:title="$t('trials:pendingReadingTasks:button:upload')"
|
||||
@click="upload(scope.row, item)"
|
||||
/> -->
|
||||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
|
Loading…
Reference in New Issue