商户名称

This commit is contained in:
liuye
2022-11-08 13:52:08 +08:00
parent a4311f7acd
commit 9ce1c89d90
2 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,8 @@
:size.sync="page.size" @getList="getList" class="ai-table">
<el-table-column label="banner封面" align="left" width="150" slot="banner">
<template slot-scope="{ row }">
<img :src="row.banner" alt="" class="banner-img" />
<!-- <img :src="row.banner" alt="" class="banner-img" /> -->
<el-image class="banner-img" :src="row.banner" :preview-src-list="[row.banner]"/>
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="200" slot="option">