前端
This commit is contained in:
parent
c2f96eb19c
commit
32acec2b3a
@ -65,8 +65,12 @@
|
|||||||
<el-table-column label="二维码SN号" align="center" prop="tagCodeSn" />
|
<el-table-column label="二维码SN号" align="center" prop="tagCodeSn" />
|
||||||
<el-table-column label="图片地址" align="center" prop="imageUrl" >
|
<el-table-column label="图片地址" align="center" prop="imageUrl" >
|
||||||
<template slot-scope="scope">
|
<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>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
@ -122,7 +126,7 @@ export default {
|
|||||||
// 查询参数
|
// 查询参数
|
||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 5,
|
||||||
collection: null,
|
collection: null,
|
||||||
tagCodeSn: null,
|
tagCodeSn: null,
|
||||||
imageUrl: null,
|
imageUrl: null,
|
||||||
|
Loading…
Reference in New Issue
Block a user