@@ -110,7 +110,7 @@ | |||||
<p v-if="showfile"> | <p v-if="showfile"> | ||||
<template v-for="(item,index) in permanentDetail.fileList"> | <template v-for="(item,index) in permanentDetail.fileList"> | ||||
<a :href="item.urlApi" v-if="item.type != 'image'"> | <a :href="item.urlApi" v-if="item.type != 'image'"> | ||||
<img :src="'/api' + item.url" style="width: 3vw;height: 3vw;margin-right: 0.5vw;" alt=""> | |||||
<img :src="item.url" style="width: 3vw;height: 3vw;margin-right: 0.5vw;" alt=""> | |||||
</a> | </a> | ||||
<img v-else :src="item.thumUrl" style="width: 3vw;height: 3vw;margin-right: 0.3vw;" alt="" @click="openImage(item.url)"> | <img v-else :src="item.thumUrl" style="width: 3vw;height: 3vw;margin-right: 0.3vw;" alt="" @click="openImage(item.url)"> | ||||
</template> | </template> | ||||
@@ -268,7 +268,7 @@ | |||||
<p v-if="showfileHT"> | <p v-if="showfileHT"> | ||||
<template v-for="(item,index) in permanentDetail.fileList"> | <template v-for="(item,index) in permanentDetail.fileList"> | ||||
<a :href="item.urlApi" v-if="item.type != 'image'"> | <a :href="item.urlApi" v-if="item.type != 'image'"> | ||||
<img :src="'/api' + item.url" style="width: 3vw;height: 3vw;margin-right: 0.5vw;" alt=""> | |||||
<img :src="item.url" style="width: 3vw;height: 3vw;margin-right: 0.5vw;" alt=""> | |||||
</a> | </a> | ||||
<img v-else :src="item.thumUrl" style="width: 3vw;height: 3vw;margin-right: 0.3vw;" alt="" @click="openImage(item.url)"> | <img v-else :src="item.thumUrl" style="width: 3vw;height: 3vw;margin-right: 0.3vw;" alt="" @click="openImage(item.url)"> | ||||
</template> | </template> | ||||
@@ -67,7 +67,7 @@ | |||||
<p v-if="showfile"> | <p v-if="showfile"> | ||||
<template v-for="(item,index) in permanentDetail.fileList"> | <template v-for="(item,index) in permanentDetail.fileList"> | ||||
<a :href="item.urlApi" v-if="item.type != 'image'"> | <a :href="item.urlApi" v-if="item.type != 'image'"> | ||||
<img :src="'/api' + item.url" style="width: 3vw;height: 3vw;margin-right: 0.5vw;" alt=""> | |||||
<img :src="item.url" style="width: 3vw;height: 3vw;margin-right: 0.5vw;" alt=""> | |||||
</a> | </a> | ||||
<img v-else :src="item.thumUrl" style="width: 3vw;height: 3vw;margin-right: 0.3vw;" alt="" @click="openImage(item.url)"> | <img v-else :src="item.thumUrl" style="width: 3vw;height: 3vw;margin-right: 0.3vw;" alt="" @click="openImage(item.url)"> | ||||
</template> | </template> | ||||
@@ -225,7 +225,7 @@ | |||||
<p v-if="showfileHT"> | <p v-if="showfileHT"> | ||||
<template v-for="(item,index) in permanentDetail.fileList"> | <template v-for="(item,index) in permanentDetail.fileList"> | ||||
<a :href="item.urlApi" v-if="item.type != 'image'"> | <a :href="item.urlApi" v-if="item.type != 'image'"> | ||||
<img :src="'/api' + item.url" style="width: 3vw;height: 3vw;margin-right: 0.5vw;" alt=""> | |||||
<img :src="item.url" style="width: 3vw;height: 3vw;margin-right: 0.5vw;" alt=""> | |||||
</a> | </a> | ||||
<img v-else :src="item.thumUrl" style="width: 3vw;height: 3vw;margin-right: 0.3vw;" alt="" @click="openImage(item.url)"> | <img v-else :src="item.thumUrl" style="width: 3vw;height: 3vw;margin-right: 0.3vw;" alt="" @click="openImage(item.url)"> | ||||
</template> | </template> | ||||