Browse Source

refactor: 统一长度不够悬停显示 消耗明细,充值明细,退款明细

zhangrenyuan/feature-20250623164058-金币前端
lihui 4 weeks ago
parent
commit
d85fc0dc9b
  1. 2
      src/views/audit/rechargeAudit.vue
  2. 2
      src/views/recharge/coinRechargeDetail.vue
  3. 2
      src/views/refund/coinRefundDetail.vue

2
src/views/audit/rechargeAudit.vue

@ -92,7 +92,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="remark" label="备注" width="200px" show-overflow-tooltip/> <el-table-column prop="remark" label="备注" width="200px" show-overflow-tooltip/>
<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="display: flex; justify-content: center; align-items: center; cursor: pointer;" @click="previewImage(scope.row.voucher)"> <div v-if="scope.row.voucher" style="display: flex; justify-content: center; align-items: center; cursor: pointer;" @click="previewImage(scope.row.voucher)">

2
src/views/recharge/coinRechargeDetail.vue

@ -435,7 +435,7 @@ const handleSortChange = (column) => {
<el-table-column fixed="left" prop="name" label="姓名" width="80px" /> <el-table-column fixed="left" prop="name" label="姓名" width="80px" />
<el-table-column fixed="left" prop="jwcode" label="精网号" width="110px" /> <el-table-column fixed="left" prop="jwcode" label="精网号" width="110px" />
<el-table-column prop="market" label="所属地区" width="100px" /> <el-table-column prop="market" label="所属地区" width="100px" />
<el-table-column prop="activity" label="活动名称" width="100px" />
<el-table-column prop="activity" label="活动名称" width="110px" show-overflow-tooltip/>
<el-table-column prop="rateName" label="货币名称" width="110px" /> <el-table-column prop="rateName" label="货币名称" width="110px" />
<el-table-column prop="money" sortable="custom" label="充值金额" width="110px" /> <el-table-column prop="money" sortable="custom" label="充值金额" width="110px" />
<el-table-column prop="permanentGold" label="永久金币" sortable="custom" width="110px" /> <el-table-column prop="permanentGold" label="永久金币" sortable="custom" width="110px" />

2
src/views/refund/coinRefundDetail.vue

@ -522,7 +522,7 @@ const handleCurrentChange = function (val) {
width="110px" width="110px"
/> />
<el-table-column prop="market" label="所属地区" width="110px" /> <el-table-column prop="market" label="所属地区" width="110px" />
<el-table-column prop="goodsName" label="商品名称" width="100px" />
<el-table-column prop="goodsName" label="商品名称" width="110px" show-overflow-tooltip />
<el-table-column prop="refundType" label="退款类型" width="100px" /> <el-table-column prop="refundType" label="退款类型" width="100px" />
<!-- <el-table-column label="金额总数" width="110px"> <!-- <el-table-column label="金额总数" width="110px">

Loading…
Cancel
Save