File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
views/mall/statistics/trade Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export interface TradeTrendSummaryRespVO {
23
23
orderPayPrice : number
24
24
rechargePrice : number
25
25
expensePrice : number
26
- orderWalletPayPrice : number
26
+ walletPayPrice : number
27
27
brokerageSettlementPrice : number
28
28
afterSaleRefundPrice : number
29
29
}
Original file line number Diff line number Diff line change 156
156
icon-bg-color =" text-cyan-500"
157
157
prefix =" ¥"
158
158
:decimals =" 2"
159
- :value =" fenToYuan(trendSummary?.value?.orderWalletPayPrice || 0)"
159
+ :value =" fenToYuan(trendSummary?.value?.walletPayPrice || 0)"
160
160
:percent ="
161
161
calculateRelativeRate(
162
- trendSummary?.value?.orderWalletPayPrice ,
163
- trendSummary?.reference?.orderWalletPayPrice
162
+ trendSummary?.value?.walletPayPrice ,
163
+ trendSummary?.reference?.walletPayPrice
164
164
)
165
165
"
166
166
/>
You can’t perform that action at this time.
0 commit comments