mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 18:10:10 +08:00
update 后管相机照片页面图片预览
This commit is contained in:
@@ -91,8 +91,9 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="图片" align="center" prop="image" width="100">
|
||||
<template slot-scope="scope">
|
||||
<el-image style="width: 50px; height:50px;" :src="`data:image/png;base64,${scope.row.image}`"
|
||||
:preview-src-list="[`data:image/png;base64,${scope.row.image}`]" />
|
||||
<!-- <el-image style="width: 50px; height:50px;" :src="`data:image/png;base64,${scope.row.image}`"-->
|
||||
<!-- :preview-src-list="[`data:image/png;base64,${scope.row.image}`]" />-->
|
||||
<el-image :src="scope.row.image" :width="50" :height="50" :preview-src-list="[scope.row.image]"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user