lcw
This commit is contained in:
@ -70,10 +70,10 @@
|
||||
<el-image
|
||||
:append-to-body="true"
|
||||
:preview-src-list="[
|
||||
`/bagl/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`
|
||||
`/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`
|
||||
]"
|
||||
style="width: 75px"
|
||||
:src="`/bagl/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`"
|
||||
:src="`/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="`/bagl/mosty-base/minio/image/download/${item.fjid}`"
|
||||
:src="`/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="`/bagl/mosty-base/minio/image/download/${item}`"
|
||||
:src="`/mosty-base/minio/image/download/${item}`"
|
||||
style="
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
|
||||
Reference in New Issue
Block a user