图片查看问题优化

This commit is contained in:
BianLzhaoMin 2024-09-24 15:48:10 +08:00
parent aea375299f
commit 34ba0ca4b2
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@
<el-table-column align="center" label="查看"> <el-table-column align="center" label="查看">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<ImagePreview <ImagePreview
:src="row.img_src" :src="`${uploadUrl}${row.img_src}`"
:width="`40px`" :width="`40px`"
:height="`40px`" :height="`40px`"
/> />