This commit is contained in:
@QQNZX 2024-03-26 16:16:47 +08:00
parent c2f96eb19c
commit 32acec2b3a

View File

@ -65,8 +65,12 @@
<el-table-column label="二维码SN号" align="center" prop="tagCodeSn" />
<el-table-column label="图片地址" align="center" prop="imageUrl" >
<template slot-scope="scope">
<img :src="imgUrl + scope.row.imageUrl" alt="">
<div>{{scope.row.imageUrl}}</div>
<el-image
style="width: 100px; height: 100px"
:src="imgUrl + scope.row.imageUrl"
fit="fill"></el-image>
<!-- <div>{{imgUrl+scope.row.imageUrl}}</div>-->
</template>
</el-table-column>
</el-table>
@ -122,7 +126,7 @@ export default {
//
queryParams: {
pageNum: 1,
pageSize: 10,
pageSize: 5,
collection: null,
tagCodeSn: null,
imageUrl: null,