代码规范修改
This commit is contained in:
parent
9f74a89073
commit
b2e43272d9
|
|
@ -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 = () => {
|
||||
|
|
|
|||
|
|
@ -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>();
|
||||
|
|
|
|||
|
|
@ -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 = () => {
|
||||
|
|
|
|||
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue