调整商品图片的原图路径

This commit is contained in:
季圣华
2023-07-25 00:22:45 +08:00
parent 2444ba874b
commit cf2f8fd2d9
3 changed files with 32 additions and 32 deletions

View File

@@ -87,9 +87,9 @@
{{record.mBarCode}}
<a-popover placement="right" trigger="click">
<template slot="content">
<img :src="getImgUrl(record.imgName, '')" width="500px" />
<img :src="getImgUrl(record.imgName, record.imgLarge)" width="500px" />
</template>
<img v-if="record.imgName" :src="getImgUrl(record.imgName, record.imgType)" style="cursor:pointer; max-width:40px; max-height:30px;" title="查看大图" />
<img v-if="record.imgName" :src="getImgUrl(record.imgName, record.imgSmall)" style="cursor:pointer; max-width:40px; max-height:30px;" title="查看大图" />
</a-popover>
</template>
<template slot="customName" slot-scope="text, record">