the picture is main_pic:"/ static/images/biyeqiang.png"; data like this given from the background
< el-table-column label= "Project Picture" >
<template slot-scope="scope">
<img :src="scope.row.main_pic" width="100" height="80" alt=""/>
</template>
< / el-table-column >