统计:Review修改

This commit is contained in:
owen
2023-10-16 22:03:36 +08:00
parent 7b9ea62e6b
commit cd4b4cd322
6 changed files with 20 additions and 13 deletions

View File

@@ -192,11 +192,11 @@
icon-bg-color="text-blue-500"
prefix="¥"
:decimals="2"
:value="fenToYuan(trendSummary?.value?.orderRefundPrice || 0)"
:value="fenToYuan(trendSummary?.value?.afterSaleRefundPrice || 0)"
:percent="
calculateRelativeRate(
trendSummary?.value?.orderRefundPrice,
trendSummary?.reference?.orderRefundPrice
trendSummary?.value?.afterSaleRefundPrice,
trendSummary?.reference?.afterSaleRefundPrice
)
"
/>