<el-table-column label="创建者ID"align="center"prop="createBy"/> <el-table-column label="创建时间"align="center"prop="createTime"/> <el-table-column label="操作"align="center"class-name="small-padding fixed-width"> <template slot-scope="scope"> <el-button size="mini"type="text"ico...
el-table-column 展示图片在本地可以显示,放到线上就变成404了 曾星星 9123 发布于 2018-04-27 更新于 2018-04-27 图片是从后台给出来的 main_pic: '/static/images/biyeqiang.png'; 类似这样的数据 <el-table-column label="项目图片"> <template slot-scope="scope"> <img :src="scope.row.main_p...
<pre><pre>图片是从后台给出来的main_pic:'/static/images/biyeqiang.png';类似这样的数据<pre><el-table-columnlabel="项目图片"><pre><templateslot-scope="scope"><pre><img:src="scope.row.main_pic"width="100"height="80"alt=""/><pre></template><pre></el-table-col
getImgList()中建立临时数组arr存放放大查看图片时的图片地址数组,即把放大的图片及后面图片的下标提到最前面,把前面图片的下标放在后面,如图所示: 点击第二张图片查看时,通过点击图片的下标进行重新排序且输出新的数组,实现轮播效果 <template> <el-table v-loading="loading" :data="workList" @selection-change=...