From 2a58b04a9835b741c61a11b849ea36fb2f4210fc Mon Sep 17 00:00:00 2001 From: owen Date: Fri, 6 Oct 2023 14:15:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=EF=BC=9A=E4=BA=A4=E6=98=93?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1Review=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/{ => mall}/statistics/trade.ts | 2 -- .../statistics/trade/components/TradeStatisticValue.vue | 0 .../statistics/trade/components/TradeTrendValue.vue | 0 src/views/{ => mall}/statistics/trade/index.vue | 4 ++-- 4 files changed, 2 insertions(+), 4 deletions(-) rename src/api/{ => mall}/statistics/trade.ts (98%) rename src/views/{ => mall}/statistics/trade/components/TradeStatisticValue.vue (100%) rename src/views/{ => mall}/statistics/trade/components/TradeTrendValue.vue (100%) rename src/views/{ => mall}/statistics/trade/index.vue (99%) diff --git a/src/api/statistics/trade.ts b/src/api/mall/statistics/trade.ts similarity index 98% rename from src/api/statistics/trade.ts rename to src/api/mall/statistics/trade.ts index 0194c228..f7829ccb 100644 --- a/src/api/statistics/trade.ts +++ b/src/api/mall/statistics/trade.ts @@ -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 { value: T diff --git a/src/views/statistics/trade/components/TradeStatisticValue.vue b/src/views/mall/statistics/trade/components/TradeStatisticValue.vue similarity index 100% rename from src/views/statistics/trade/components/TradeStatisticValue.vue rename to src/views/mall/statistics/trade/components/TradeStatisticValue.vue diff --git a/src/views/statistics/trade/components/TradeTrendValue.vue b/src/views/mall/statistics/trade/components/TradeTrendValue.vue similarity index 100% rename from src/views/statistics/trade/components/TradeTrendValue.vue rename to src/views/mall/statistics/trade/components/TradeTrendValue.vue diff --git a/src/views/statistics/trade/index.vue b/src/views/mall/statistics/trade/index.vue similarity index 99% rename from src/views/statistics/trade/index.vue rename to src/views/mall/statistics/trade/index.vue index c6af0f5f..cb61bb3f 100644 --- a/src/views/statistics/trade/index.vue +++ b/src/views/mall/statistics/trade/index.vue @@ -226,7 +226,7 @@