<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>
el-table表格顯示圖片,更換圖片時圖片時有緩存
慕尼黑8549860
2019-03-14 19:15:25
