非dicom阅片缩略图

uat_us
熊飞 2024-01-19 17:50:50 +08:00
parent c57b95ee3b
commit 4767126ff5
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
:ref="`img${i}`"
:key="item.Id"
crossorigin="anonymous"
:src="`${OSSclientConfig.basePath}${item.FullFilePath}`"
:src="`${OSSclientConfig.basePath}${item.Path}`"
:style="imgStyle"
style="max-width:100%;max-height: 100%;"
@load="handleImgLoad"

View File

@ -44,7 +44,7 @@
}"
@click="selected(index)"
>
<img :title="item.FileName" :src="`${OSSclientConfig.basePath + item.PreviewPath}`" crossorigin="anonymous">
<img :title="item.FileName" :src="`${OSSclientConfig.basePath + item.Path}`" crossorigin="anonymous">
<p v-if="item.FileName" class="item-date">
{{ `${index+1}` }}
</p>

View File

@ -44,7 +44,7 @@
}"
@click="selected(index)"
>
<img :title="item.FileName" :src="`${OSSclientConfig.basePath + item.PreviewPath}`">
<img :title="item.FileName" :src="`${OSSclientConfig.basePath + item.Path}`">
<p v-if="item.FileName" class="item-date">
{{ `${index+1}` }}
</p>