elementui 表格组件如何展示图片
1 回答
慕码人8056858
TA贡献1803条经验 获得超6个赞
这里的src要写成:src
<el-table-column label="img" >
<template scope="scope">
<image :src="scope.row.image" width="80" height="80"/>
</template>
</el-table-column>
添加回答
举报
0/150
提交
取消