<el-table-column label="商品图片">
<!-- 使用ui默认的获取方法 -->
<template slot-scope="scope">
<!-- 通过ui默认的获取方法 ,获取图片路径-->
<img :src="scope.row.tp" width="100" height="100" />
</template>
</el-table-column>
<el-table-column label="商品图片">
<!-- 使用ui默认的获取方法 -->
<template slot-scope="scope">
<!-- 通过ui默认的获取方法 ,获取图片路径-->
<img :src="scope.row.tp" width="100" height="100" />
</template>
</el-table-column>