<el-table-column label="图片" align="center" prop="img"> <!-- <template slot-scope="scope"> <img style="width: 50px;height: 50px;" :src="scope.row.img.split(',')[0]" alt=""> </template> --> </el-table-column>
<el-table-column label="图片" align="center" prop="img"> <!-- <template slot-scope="scope"> <img style="width: 50px;height: 50px;" :src="scope.row.img.split(',')[0]" alt=""> </template> --> </el-table-column>