mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	统计:trade_statistics 字段【order_wallet_pay_price】改为【wallet_pay_price】
This commit is contained in:
		@@ -23,7 +23,7 @@ export interface TradeTrendSummaryRespVO {
 | 
				
			|||||||
  orderPayPrice: number
 | 
					  orderPayPrice: number
 | 
				
			||||||
  rechargePrice: number
 | 
					  rechargePrice: number
 | 
				
			||||||
  expensePrice: number
 | 
					  expensePrice: number
 | 
				
			||||||
  orderWalletPayPrice: number
 | 
					  walletPayPrice: number
 | 
				
			||||||
  brokerageSettlementPrice: number
 | 
					  brokerageSettlementPrice: number
 | 
				
			||||||
  afterSaleRefundPrice: number
 | 
					  afterSaleRefundPrice: number
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -156,11 +156,11 @@
 | 
				
			|||||||
            icon-bg-color="text-cyan-500"
 | 
					            icon-bg-color="text-cyan-500"
 | 
				
			||||||
            prefix="¥"
 | 
					            prefix="¥"
 | 
				
			||||||
            :decimals="2"
 | 
					            :decimals="2"
 | 
				
			||||||
            :value="fenToYuan(trendSummary?.value?.orderWalletPayPrice || 0)"
 | 
					            :value="fenToYuan(trendSummary?.value?.walletPayPrice || 0)"
 | 
				
			||||||
            :percent="
 | 
					            :percent="
 | 
				
			||||||
              calculateRelativeRate(
 | 
					              calculateRelativeRate(
 | 
				
			||||||
                trendSummary?.value?.orderWalletPayPrice,
 | 
					                trendSummary?.value?.walletPayPrice,
 | 
				
			||||||
                trendSummary?.reference?.orderWalletPayPrice
 | 
					                trendSummary?.reference?.walletPayPrice
 | 
				
			||||||
              )
 | 
					              )
 | 
				
			||||||
            "
 | 
					            "
 | 
				
			||||||
          />
 | 
					          />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user