提交 ea451cb6 authored 作者: huaxinzhu's avatar huaxinzhu

add-for-key

上级 8b7bdead
......@@ -62,6 +62,7 @@
<el-image
style="width: 70px; height: 70px;border:1px solid #eee;margin-right:10px;"
v-for="(itemSrc,index) in asSrcList"
:key="index"
:src="itemSrc"
:preview-src-list="asSrcList">
</el-image>
......@@ -129,6 +130,7 @@
<el-image
style="width: 70px; height: 70px;border:1px solid #eee;margin-right:10px;"
v-for="(itemSrc,index) in returnInofImgList(scope.row.imgs)"
:key="index"
:src="itemSrc"
:preview-src-list="returnInofImgList(scope.row.imgs)">
</el-image>
......@@ -184,6 +186,7 @@
<el-image
style="width: 70px; height: 70px;border:1px solid #eee;margin-right:10px;"
v-for="(itemSrc,index) in scope.row.imgs_arr"
:key="index"
:src="itemSrc"
:preview-src-list="scope.row.imgs_arr">
</el-image>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论