Commit 0dd09043 authored by xiami's avatar xiami

换藏订单发货

parent 9454a959
......@@ -43,11 +43,11 @@
</template>
</el-table-column>
<el-table-column align="center" label="藏品图片" prop="homePageImage">
<el-table-column align="center" label="藏品图片" prop="homePageImage" class="image_preview">
<template slot-scope="scope">
<!-- <img v-if="scope.row.homePageImage && scope.row.homePageImage.url" :src="scope.row.homePageImage.url" width="60px" height="60px"> -->
<el-image
:preview-src-list="[scope.row.homePageImage.url]"
:preview-src-list="[scope.row.homePageImage.url ]"
:src="scope.row.homePageImage.url"
class="table-td-thumb"
/>
......@@ -351,5 +351,15 @@ export default {
justify-content: space-between;
}
}
.image_preview {
width: 60px;
height: 60px;
align-content: center;
justify-content: center;
}
.table-td-thumb {
width: 60px;
height: 60px;
}
</style>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment