el-table 显示图片
el-table显示图片代码:
<el-table-column align="center" prop="fullFilePath" label="图片" width="160">
<template #default="scope">
<img :src="scope.row.fullFilePath" width="100" height="100">
</template>
</el-table-column>
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦