fix:trace/shop

This commit is contained in:
wangzenghua 2025-04-17 04:39:46 +01:00
parent 2552de4526
commit 1c8c37abc4

View File

@ -30,8 +30,8 @@
</el-table-column>
<el-table-column label="店铺图片" align="center" prop="shopImg" width="180">
<template v-slot:default="{ row }">
<div class="image" @click="previewImage(`${image.baseUrl + row.shopImg}`, row)">
<img style="width: 50px; height: 50px" :src="`${image.baseUrl + row.shopImg}`" />
<div class="image" @click="previewImage(row.shopImg, row)">
<img style="width: 50px; height: 50px" :src="row.shopImg" />
</div>
</template>
</el-table-column>