Browse Source

Merge branch 'refs/heads/lihui/feature-20250623144029-金币前端lihui' into milestone-20250623-金币前端

zhangrenyuan/feature-20250623164058-金币前端
lihui 1 day ago
parent
commit
b201c1cfda
  1. 6
      src/views/audit/rechargeAudit.vue

6
src/views/audit/rechargeAudit.vue

@ -95,10 +95,10 @@
<el-table-column prop="payModel" label="支付方式" width="110px"/> <el-table-column prop="payModel" label="支付方式" width="110px"/>
<el-table-column prop="voucher" label="支付凭证" width="110px"> <el-table-column prop="voucher" label="支付凭证" width="110px">
<template #default="scope"> <template #default="scope">
<div v-if="scope.row.voucher" style="cursor: pointer;" @click="previewImage(scope.row.voucher)">
<img :src="scope.row.voucher" alt="支付凭证" style="width: 80px; height: auto;">
<div v-if="scope.row.voucher" style="display: flex; justify-content: center; align-items: center; cursor: pointer;" @click="previewImage(scope.row.voucher)">
<img :src="scope.row.voucher" alt="支付凭证" style="width: auto; height: 40px;">
</div> </div>
<div v-else>--</div>
<div v-else style="display: flex; justify-content: center; align-items: center; height: 40px;">--</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="adminName" label="提交人" width="100px"/> <el-table-column prop="adminName" label="提交人" width="100px"/>

Loading…
Cancel
Save