File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
views/mall/statistics/trade Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import request from '@/config/axios'
2
2
import dayjs from 'dayjs'
3
3
import { formatDate } from '@/utils/formatTime'
4
4
5
- // todo @疯狂:挪到 mall 里哈
6
-
7
5
/** 交易统计对照 Response VO */
8
6
export interface TradeStatisticsComparisonRespVO < T > {
9
7
value : T
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 226
226
</div >
227
227
</template >
228
228
<script lang="ts" setup>
229
- import * as TradeStatisticsApi from ' @/api/statistics/trade'
229
+ import * as TradeStatisticsApi from ' @/api/mall/ statistics/trade'
230
230
import TradeStatisticValue from ' ./components/TradeStatisticValue.vue'
231
231
import TradeTrendValue from ' ./components/TradeTrendValue.vue'
232
232
import { EChartsOption } from ' echarts'
@@ -235,7 +235,7 @@ import {
235
235
TradeSummaryRespVO ,
236
236
TradeTrendReqVO ,
237
237
TradeTrendSummaryRespVO
238
- } from ' @/api/statistics/trade'
238
+ } from ' @/api/mall/ statistics/trade'
239
239
import dayjs from ' dayjs'
240
240
import { fenToYuan } from ' @/utils'
241
241
import * as DateUtil from ' @/utils/formatTime'
You can’t perform that action at this time.
0 commit comments