鍍金池/ 問(wèn)答/HTML5  Java  HTML/ el-table表格顯示圖片,更換圖片時(shí)圖片時(shí)有緩存

el-table表格顯示圖片,更換圖片時(shí)圖片時(shí)有緩存

<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>
回答
編輯回答
老梗

給圖片加一個(gè)時(shí)間戳參數(shù)唄

2017年10月29日 12:51