代码规范修改

This commit is contained in:
vance 2022-08-17 15:57:29 +08:00
parent 9f74a89073
commit b2e43272d9
4 changed files with 4 additions and 4 deletions

View File

@ -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 = () => {

View File

@ -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<ActionType>();

View File

@ -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 = () => {

View File

@ -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<ActionType>();