Skip to content

Commit 6204ce6

Browse files
committed
统计:trade_statistics 字段【order_wallet_pay_price】改为【wallet_pay_price】
1 parent cd4b4cd commit 6204ce6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/api/mall/statistics/trade.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface TradeTrendSummaryRespVO {
2323
orderPayPrice: number
2424
rechargePrice: number
2525
expensePrice: number
26-
orderWalletPayPrice: number
26+
walletPayPrice: number
2727
brokerageSettlementPrice: number
2828
afterSaleRefundPrice: number
2929
}

src/views/mall/statistics/trade/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@
156156
icon-bg-color="text-cyan-500"
157157
prefix=""
158158
:decimals="2"
159-
:value="fenToYuan(trendSummary?.value?.orderWalletPayPrice || 0)"
159+
:value="fenToYuan(trendSummary?.value?.walletPayPrice || 0)"
160160
:percent="
161161
calculateRelativeRate(
162-
trendSummary?.value?.orderWalletPayPrice,
163-
trendSummary?.reference?.orderWalletPayPrice
162+
trendSummary?.value?.walletPayPrice,
163+
trendSummary?.reference?.walletPayPrice
164164
)
165165
"
166166
/>

0 commit comments

Comments
 (0)