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

@ -70,10 +70,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
/>
@ -320,7 +320,7 @@
<el-image
v-for="(item, index) in form.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;
@ -346,7 +346,7 @@
<el-image
v-for="(item, index) in form.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;