This commit is contained in:
lcw
2025-09-26 12:56:52 +08:00
parent 204a199990
commit 2bed0ee326
503 changed files with 37423 additions and 1132 deletions

View File

@ -92,10 +92,10 @@
<el-image
:append-to-body="true"
:preview-src-list="[
`/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`
`/bagl/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`
]"
style="width: 75px"
:src="`/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`"
:src="`/bagl/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`"
fit="cover"
lazy
/>
@ -343,7 +343,7 @@
<el-image
v-for="(item, index) in detailList.tpList"
:key="index"
:src="`/mosty-base/minio/image/download/${item.fjid}`"
:src="`/bagl/mosty-base/minio/image/download/${item.fjid}`"
style="
width: 100px;
height: 100px;
@ -370,7 +370,7 @@
<el-image
v-for="(item, index) in detailList.wpVoList[0]?.wpTpIdList"
:key="index"
:src="`/mosty-base/minio/image/download/${item}`"
:src="`/bagl/mosty-base/minio/image/download/${item}`"
style="
width: 100px;
height: 100px;