具体的代码

<!-- 商品表格 -->
    <el-table :data="listData" border stripe style="width: 100%">
      <el-table-column fixed="left" type="index" label="序号" width="60" />
      </el-table-column>
      <el-table-column label="图片" align="center" prop="picture">
        <template slot-scope="scope">
          <el-popover placement="right" trigger="hover">
            <el-image :src="scope.row.main_picture" fit="cover" style="max-width:300px;max-height:300px"></el-image>
            <img slot="reference" :src="scope.row.main_picture" style="max-width:50px;max-height:50px">
          </el-popover>
        </template>
      </el-table-column>
    </el-table>
    <!-- 商品表格 -->

GitHub 加速计划 / vu / vue-element-admin
87.26 K
30.42 K
下载
PanJiaChen/vue-element-admin: 是一个基于 Vue.js 和 Element UI 的后台管理系统模板,支持多种数据源和插件扩展。该项目提供了一个完整的后台管理系统模板,可以方便地实现后台管理系统的快速搭建和定制,同时支持多种数据源和插件扩展。
最近提交(Master分支:2 个月前 )
0caa975e - 2 年前
cd3f7267 - 2 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐