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

@ -59,8 +59,8 @@
<template #default="{ row }">
<div v-if="row.tpList?.[0]">
<el-image :append-to-body="true" :preview-src-list="[
`/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`
]" style="width: 75px" :src="`/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`"
`/bagl/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`
]" style="width: 75px" :src="`/bagl/mosty-base/minio/image/download/${row.tpList?.[0].fjid}`"
fit="cover" lazy />
</div>
<el-image style="width: 75px" :append-to-body="true" v-else :src="Person" :preview-src-list="[Person]"
@ -201,7 +201,7 @@
<div v-if="detailList.tpList && detailList.tpList.length > 0">
<el-form ref="elform" :model="detailList" :rules="rules" :inline="true" label-position="top">
<el-image v-for="(item, index) in detailList.tpList" :key="index"
:src="`/mosty-base/minio/image/download/${item.fjid}`" style="
:src="`/bagl/mosty-base/minio/image/download/${item.fjid}`" style="
width: 100px;
height: 100px;
margin: 10px 0 10px 20px;
@ -218,7 +218,7 @@
<el-form-item label="物品图片" prop="name">
<div style="height: 120px; display: inline-block">
<el-image v-for="(item, index) in detailList.wpVoList[0]?.wpTpIdList" :key="index"
:src="`/mosty-base/minio/image/download/${item}`" style="
:src="`/bagl/mosty-base/minio/image/download/${item}`" style="
width: 100px;
height: 100px;
margin: 10px 0 10px 20px;