vue 图片el-image 如何在表格中显示

 

1.vue的组件

2.

 <el-table-column label="背景图片查看" align="center" class-name="small-padding fixed-width">

        <template slot-scope="scope">
          <div class="demo-image__preview">
            <el-image
              style="width: 100px; height: 100px"
              :src="scope.row.scenseBgimgUrl"
              :preview-src-list="srcList">
            </el-image>
          </div>
        </template>
      </el-table-column>

 

posted @ 2022-07-11 14:23  BBS_自律  阅读(475)  评论(0)    收藏  举报