图片查看问题优化
This commit is contained in:
parent
aea375299f
commit
34ba0ca4b2
|
|
@ -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`"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue