<el-table-column align="center" prop="image" label="图片" width="160"> <template scope="scope"> <img :src="scope.row.image" width="100" height="100"/> </template> </el-table-column>