el-table表格显示图片,更换图片时图片时有缓存

<el-table-column label="缩略图">

                        <template scope="scope">
                            <a  :href="href + scope.row.material_data" target="_blank"><img :src="scope.row.material_data" class="card-pic" width="60" height="60"/></a>
                            <span>{{ scope.row.name }}</span>
                        </template>
                    </el-table-column>
阅读 3.1k
1 个回答

给图片加一个时间戳参数呗

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题