赞
踩
<el-table-column label="服务图片"> <template width="90" slot-scope="scope"> <img style="width:80px;height:80px;border:none;" :src="scope.row.serviceimg"> </template> </el-table-column>