This commit is contained in:
gyq
2026-02-05 09:10:45 +08:00
parent b87b4c000e
commit ea2b9fcf9e
2 changed files with 4 additions and 4 deletions

View File

@@ -178,7 +178,7 @@
</el-tooltip>
</div>
</div>
<div class="item">
<!-- <div class="item">
<span class="n">{{ tableData.sts.netProfitAmount || 0 }}%</span>
<span class="t">净利率</span>
</div>
@@ -188,7 +188,7 @@
{{ multiplyAndFormat(tableData.sts.netProfitRate || 0) }}
</div>
<span class="t">净利润</span>
</div>
</div> -->
</div>
</div>
</div>

View File

@@ -188,7 +188,7 @@
<div class="gropress l" :style="{
width: `${trade.rechargeAmount
? (trade.rechargeAmount /
(trade.memberPayAmount + trade.rechargeRefundAmount * 1)) *
(trade.rechargeAmount * 1 + trade.rechargeRefundAmount * 1)) *
100
: 0
}%`,
@@ -196,7 +196,7 @@
<div class="gropress r" :style="{
width: `${trade.rechargeRefundAmount
? (trade.rechargeRefundAmount /
(trade.memberPayAmount + trade.rechargeRefundAmount * 1)) *
(trade.rechargeAmount * 1 + trade.rechargeRefundAmount * 1)) *
100
: 0
}%`,