提交 a9052995 authored 作者: matian's avatar matian

update:更新代码

上级 9ab90a44
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
v-for="(item, index) in row.payment_voucher_filename" v-for="(item, index) in row.payment_voucher_filename"
:key="index" :key="index"
:src="item" :src="item"
:fit="cover" :fit="fill"
style="width: 100px; height: 100px" style="width: 100px; height: 100px"
></el-image> ></el-image>
</template> </template>
......
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
<app-card> <app-card>
<app-list v-bind="tableOptions" ref="list"> <app-list v-bind="tableOptions" ref="list">
<template v-slot:payment_voucher_filename="{ row }"> <template v-slot:payment_voucher_filename="{ row }">
:fit="cover"
<el-image <el-image
v-for="(item, index) in row.payment_voucher_filename" v-for="(item, index) in row.payment_voucher_filename"
:key="index" :key="index"
:src="item" :src="item"
:fit="fill"
style="width: 100px; height: 100px" style="width: 100px; height: 100px"
></el-image> ></el-image>
</template> </template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论