fix:图片路径问题
This commit is contained in:
parent
3f764d416d
commit
7557a91c41
@ -201,6 +201,7 @@
|
|||||||
>
|
>
|
||||||
<template v-slot="scope">
|
<template v-slot="scope">
|
||||||
<img
|
<img
|
||||||
|
v-if="scope.row.imgList != undefined && scope.row.imgList != null"
|
||||||
:src="scope.row.imgList[0].url.split('?')[0]"
|
:src="scope.row.imgList[0].url.split('?')[0]"
|
||||||
style="width: 80px;height: 80px;cursor: pointer;"
|
style="width: 80px;height: 80px;cursor: pointer;"
|
||||||
@click="handlePictureCardPreview(scope.row)"
|
@click="handlePictureCardPreview(scope.row)"
|
||||||
|
Loading…
Reference in New Issue
Block a user