非dicom阅片缩略图
parent
c57b95ee3b
commit
4767126ff5
|
@ -50,7 +50,7 @@
|
||||||
:ref="`img${i}`"
|
:ref="`img${i}`"
|
||||||
:key="item.Id"
|
:key="item.Id"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
:src="`${OSSclientConfig.basePath}${item.FullFilePath}`"
|
:src="`${OSSclientConfig.basePath}${item.Path}`"
|
||||||
:style="imgStyle"
|
:style="imgStyle"
|
||||||
style="max-width:100%;max-height: 100%;"
|
style="max-width:100%;max-height: 100%;"
|
||||||
@load="handleImgLoad"
|
@load="handleImgLoad"
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
}"
|
}"
|
||||||
@click="selected(index)"
|
@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">
|
<p v-if="item.FileName" class="item-date">
|
||||||
{{ `${index+1}` }}
|
{{ `${index+1}` }}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
}"
|
}"
|
||||||
@click="selected(index)"
|
@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">
|
<p v-if="item.FileName" class="item-date">
|
||||||
{{ `${index+1}` }}
|
{{ `${index+1}` }}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue