提交 9a1910ff authored 作者: matian's avatar matian

style:修改样式

上级 11406670
......@@ -3,12 +3,7 @@
<app-card>
<app-list v-bind="tableOptions" ref="list">
<template v-slot:payment_voucher_filename="{ row }">
<el-image
v-for="(item, index) in row.payment_voucher_filename"
:key="index"
:src="item"
style="width: 100px; height: 100px"
></el-image>
<el-image v-for="(item, index) in row.payment_voucher_filename" :key="index" :src="item"></el-image>
</template>
<template v-slot:table-x="{ row }">
<el-button @click="toDeal(row)">处理</el-button>
......@@ -38,9 +33,7 @@ export default {
{
label: '支付凭证',
prop: 'payment_voucher_filename',
slots: 'payment_voucher_filename',
align: 'center',
minWidth: 100
slots: 'payment_voucher_filename'
},
{ label: '支付人姓名', prop: 'payer_name', align: 'center', minWidth: 150 },
{ label: '支付金额', prop: 'amount', align: 'center', minWidth: 100 },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论