From b2e43272d99cad6d4fd46aaef9fff08635b2dde3 Mon Sep 17 00:00:00 2001 From: vance <1143350292@qq.com> Date: Wed, 17 Aug 2022 15:57:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/DataBoard/ActiveAnalysis/List/index.tsx | 2 +- src/pages/DataBoard/CoreData/List/index.tsx | 2 +- src/pages/DataBoard/RechargeAnalysis/List/index.tsx | 2 +- src/pages/Nft/NftToken/List/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/DataBoard/ActiveAnalysis/List/index.tsx b/src/pages/DataBoard/ActiveAnalysis/List/index.tsx index 200cf69..d5335fa 100644 --- a/src/pages/DataBoard/ActiveAnalysis/List/index.tsx +++ b/src/pages/DataBoard/ActiveAnalysis/List/index.tsx @@ -7,7 +7,7 @@ import { getTodayUserData, getWeekUserData, } from '@/services/dataBorad/activeanalysis'; -import MoreData from '@/pages/DataBoard/ActiveAnalysis/List/components/MoreData'; +import MoreData from '@/widget/MoreData'; import ReactEcharts from 'echarts-for-react'; import { Card, Col, Row, Select } from 'antd'; const ActiveAnalysis: React.FC = () => { diff --git a/src/pages/DataBoard/CoreData/List/index.tsx b/src/pages/DataBoard/CoreData/List/index.tsx index ee93382..f48bca4 100644 --- a/src/pages/DataBoard/CoreData/List/index.tsx +++ b/src/pages/DataBoard/CoreData/List/index.tsx @@ -10,7 +10,7 @@ import { getMonthPayData, getNewUserData, } from '@/services/dataBorad/coredata'; -import MoreData from '@/pages/DataBoard/ActiveAnalysis/List/components/MoreData'; +import MoreData from '@/widget/MoreData'; import { Card, Col, Row, Select } from 'antd'; const CoreData: React.FC = () => { const tableRef = useRef(); diff --git a/src/pages/DataBoard/RechargeAnalysis/List/index.tsx b/src/pages/DataBoard/RechargeAnalysis/List/index.tsx index 71c1b62..8af7255 100644 --- a/src/pages/DataBoard/RechargeAnalysis/List/index.tsx +++ b/src/pages/DataBoard/RechargeAnalysis/List/index.tsx @@ -1,7 +1,7 @@ import React, { useRef, useState } from 'react'; import Table, { ProColumns, ActionType } from '@/components/Table'; import { getRententionData } from '@/services/dataBorad/rechargeAnalysis'; -import { DatePicker, Select } from 'antd'; +import { Select } from 'antd'; import moment from 'moment'; import TimeType from '@/constants/enum/timeType'; const Address: React.FC = () => { diff --git a/src/pages/Nft/NftToken/List/index.tsx b/src/pages/Nft/NftToken/List/index.tsx index ea6c4a4..47dfe66 100644 --- a/src/pages/Nft/NftToken/List/index.tsx +++ b/src/pages/Nft/NftToken/List/index.tsx @@ -4,7 +4,7 @@ import { message } from 'antd'; // import { fetchTableData } from '@/utils/table'; import AddNftModal from './components/AddNftModel'; -import PaySelectModal from '@/widget/Work/PaySelectModal'; +import PaySelectModal from '@/widget/PaySelectModal'; const Address: React.FC = () => { const tableRef = useRef();