统计:交易统计Review修改
							parent
							
								
									86323f970b
								
							
						
					
					
						commit
						d4a521eff1
					
				| 
						 | 
				
			
			@ -2,8 +2,6 @@ import request from '@/config/axios'
 | 
			
		|||
import dayjs from 'dayjs'
 | 
			
		||||
import { formatDate } from '@/utils/formatTime'
 | 
			
		||||
 | 
			
		||||
// todo @疯狂:挪到 mall 里哈
 | 
			
		||||
 | 
			
		||||
/** 交易统计对照 Response VO */
 | 
			
		||||
export interface TradeStatisticsComparisonRespVO<T> {
 | 
			
		||||
  value: T
 | 
			
		||||
| 
						 | 
				
			
			@ -226,7 +226,7 @@
 | 
			
		|||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
<script lang="ts" setup>
 | 
			
		||||
import * as TradeStatisticsApi from '@/api/statistics/trade'
 | 
			
		||||
import * as TradeStatisticsApi from '@/api/mall/statistics/trade'
 | 
			
		||||
import TradeStatisticValue from './components/TradeStatisticValue.vue'
 | 
			
		||||
import TradeTrendValue from './components/TradeTrendValue.vue'
 | 
			
		||||
import { EChartsOption } from 'echarts'
 | 
			
		||||
| 
						 | 
				
			
			@ -235,7 +235,7 @@ import {
 | 
			
		|||
  TradeSummaryRespVO,
 | 
			
		||||
  TradeTrendReqVO,
 | 
			
		||||
  TradeTrendSummaryRespVO
 | 
			
		||||
} from '@/api/statistics/trade'
 | 
			
		||||
} from '@/api/mall/statistics/trade'
 | 
			
		||||
import dayjs from 'dayjs'
 | 
			
		||||
import { fenToYuan } from '@/utils'
 | 
			
		||||
import * as DateUtil from '@/utils/formatTime'
 | 
			
		||||
		Loading…
	
		Reference in New Issue